useContainerWidth.d.ts 107 B

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