index.d.ts 140 B

1234
  1. import type { OverflowProps } from './Overflow';
  2. import Overflow from './Overflow';
  3. export type { OverflowProps };
  4. export default Overflow;