mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
5 lines
175 B
TypeScript
5 lines
175 B
TypeScript
declare const useHeader: (emit: Function) => {
|
|
onHeaderChange: (column: TableColumn, sort: SortData, filter?: FilterConditionData[]) => void;
|
|
};
|
|
export default useHeader;
|