UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 301 B
import _Divider from './divider'; import { WithInstallType } from '../shared'; import './style'; import { TdDividerProps } from './type'; export * from './type'; export declare type DividerProps = TdDividerProps; export declare const Divider: WithInstallType<typeof _Divider>; export default Divider;