PromoCursed/node_modules/antd/lib/table/hooks/useContainerWidth.d.ts

2 lines
107 B
TypeScript
Raw Normal View History

2024-08-20 23:25:37 +04:00
export default function useContainerWidth(prefixCls: string): (ele: HTMLElement, width: number) => number;