UNPKG

tdesign-mobile-vue

Version:
28 lines (27 loc) 566 B
import { PropType } from 'vue'; declare const _default: { loadDefaultIcons: { type: BooleanConstructor; default: boolean; }; name: { type: StringConstructor; default: string; required: boolean; }; size: { type: StringConstructor; default: any; }; tag: { type: StringConstructor; default: string; }; url: { type: PropType<string | string[]>; }; onClick: PropType<(context: { e: MouseEvent; }) => void>; }; export default _default;