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

5 lines
140 B
TypeScript
Raw 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;