minishouyin/node_modules/rc-overflow/lib/index.d.ts

5 lines
140 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import Overflow from './Overflow';
import type { OverflowProps } from './Overflow';
export type { OverflowProps };
export default Overflow;