ether-admin/node_modules/ant-design-vue/lib/vc-overflow/index.d.ts

5 lines
140 B
TypeScript

import type { OverflowProps } from './Overflow';
import Overflow from './Overflow';
export type { OverflowProps };
export default Overflow;