dk-plus
Version:
19 lines (18 loc) • 937 B
TypeScript
import type { returnType } from '../..';
import type { DefineComponent, PropType, ComputedRef, CSSProperties, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
declare const _sfc_main: DefineComponent<{
readonly icon: returnType<PropType<string>, string | null>;
readonly size: returnType<PropType<string | number>, string | number | null>;
readonly color: returnType<PropType<string>, string | null>;
}, {
style: ComputedRef<CSSProperties>;
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
readonly icon: returnType<PropType<string>, string | null>;
readonly size: returnType<PropType<string | number>, string | number | null>;
readonly color: returnType<PropType<string>, string | null>;
}>>, {
readonly size: string | number;
readonly icon: string;
readonly color: string;
}, {}>;
export default _sfc_main;