lc-vue-biz-cu-dialog
Version:
38 lines (37 loc) • 1.04 kB
TypeScript
import { PropType } from 'vue';
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
type: {
type: StringConstructor;
default: string;
};
btnType: {
type: PropType<"cancel" | "submit">;
default: string;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
completed: (...args: any[]) => void;
success: (...args: any[]) => void;
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
type: {
type: StringConstructor;
default: string;
};
btnType: {
type: PropType<"cancel" | "submit">;
default: string;
};
}>> & {
onCompleted?: ((...args: any[]) => any) | undefined;
onSuccess?: ((...args: any[]) => any) | undefined;
}, {
type: string;
btnType: "cancel" | "submit";
}, {}>, {
default?(_: {}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};