UNPKG

tdesign-mobile-vue

Version:
24 lines (23 loc) 490 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; }; url: { type: PropType<string | string[]>; }; onClick: PropType<(context: { e: MouseEvent; }) => void>; }; export default _default;