UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 277 B
import _List from './list'; import { WithInstallType } from '../shared'; import { TdListProps } from './type'; import './style'; export * from './type'; export declare type ListProps = TdListProps; export declare const List: WithInstallType<typeof _List>; export default List;