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

2 lines
107 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
export default function useContainerWidth(prefixCls: string): (ele: HTMLElement, width: number) => number;