minishouyin/node_modules/antd/es/table/hooks/useContainerWidth.d.ts
2025-11-12 11:35:57 +08:00

2 lines
107 B
TypeScript

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