super-ui-plus
Version:
Page level components developed based on Element Plus.
45 lines (44 loc) • 1.99 kB
TypeScript
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { SuperRadioProps } from './src/type';
export * from './src/type';
export declare const SuperRadio: {
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< SuperRadioProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
size: "small" | "default" | "large";
type: "radio" | "button";
options: any[];
border: boolean;
labelKey: string;
valueKey: string;
prefix: boolean | string | ((item: any) => string);
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly< SuperRadioProps> & Readonly<{}>, {}, {}, {}, {}, {
size: "small" | "default" | "large";
type: "radio" | "button";
options: any[];
border: boolean;
labelKey: string;
valueKey: string;
prefix: boolean | string | ((item: any) => string);
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & ComponentOptionsBase<Readonly< SuperRadioProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
size: "small" | "default" | "large";
type: "radio" | "button";
options: any[];
border: boolean;
labelKey: string;
valueKey: string;
prefix: boolean | string | ((item: any) => string);
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
$slots: Partial<Record<any, (_: any) => any>> & {
default?(_: {}): any;
};
});