first commit
This commit is contained in:
10
frontend/node_modules/antd/lib/splitter/hooks/useResizable.d.ts
generated
vendored
Normal file
10
frontend/node_modules/antd/lib/splitter/hooks/useResizable.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { ShowCollapsibleIconMode } from '../SplitBar';
|
||||
import type { ItemType } from './useItems';
|
||||
export type ResizableInfo = {
|
||||
resizable: boolean;
|
||||
startCollapsible: boolean;
|
||||
endCollapsible: boolean;
|
||||
showStartCollapsibleIcon: ShowCollapsibleIconMode;
|
||||
showEndCollapsibleIcon: ShowCollapsibleIconMode;
|
||||
};
|
||||
export default function useResizable(items: ItemType[], pxSizes: number[], isRTL: boolean): ResizableInfo[];
|
||||
Reference in New Issue
Block a user