unis_crm/frontend1/node_modules/antd/lib/table/hooks/useContainerWidth.d.ts

2 lines
107 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
export default function useContainerWidth(prefixCls: string): (ele: HTMLElement, width: number) => number;