PromoCursed/node_modules/antd/lib/table/hooks/useContainerWidth.d.ts
2024-08-20 23:25:37 +04:00

2 lines
107 B
TypeScript

export default function useContainerWidth(prefixCls: string): (ele: HTMLElement, width: number) => number;