amis-rpc-design/node_modules/rc-overflow/lib/index.d.ts

5 lines
140 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import Overflow from './Overflow';
import type { OverflowProps } from './Overflow';
export type { OverflowProps };
export default Overflow;