UNPKG

tdesign-vue-next

Version:
23 lines (22 loc) 517 B
import { TdIconSVGProps } from '../icon/type'; 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<TdIconSVGProps["url"]>; }; onClick: PropType<TdIconSVGProps["onClick"]>; }; export default _default;