mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
5 lines
141 B
Go
5 lines
141 B
Go
declare const useData: (data: TableData) => {
|
|
tableData: import('vue').ComputedRef<TableData<TableAnyRowData>>;
|
|
};
|
|
export default useData;
|