tdesign-mobile-vue
Version:
tdesign-mobile-vue
28 lines (27 loc) • 566 B
TypeScript
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;