UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

5 lines (4 loc) 140 B
import type { OverflowProps } from './Overflow'; import Overflow from './Overflow'; export type { OverflowProps }; export default Overflow;