@aplus-frontend/ui
Version:
49 lines (48 loc) • 2.17 kB
TypeScript
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
import { ApInputRadioProps } from './interface';
export * from './interface';
declare const ApInputRadio: {
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApInputRadioProps> & Readonly<{
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
onInputRadioChange?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
"update:value": (...args: any[]) => void;
InputRadioChange: (...args: any[]) => void;
}, PublicProps, {
bordered: boolean;
stringMode: boolean;
controls: boolean;
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly< ApInputRadioProps> & Readonly<{
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
onInputRadioChange?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, {
bordered: boolean;
stringMode: boolean;
controls: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & ComponentOptionsBase<Readonly< ApInputRadioProps> & Readonly<{
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
onInputRadioChange?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
"update:value": (...args: any[]) => void;
InputRadioChange: (...args: any[]) => void;
}, string, {
bordered: boolean;
stringMode: boolean;
controls: boolean;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
$props: {
onClick?: () => void;
};
}));
export { ApInputRadio };