yuang-framework-ui-pc
Version:
yuang-framework-ui-pc Library
38 lines (36 loc) • 2.62 kB
TypeScript
import { PropType } from 'vue';
import { ElMessageBoxOptions } from '../el';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
/** 类型 */
type: PropType<ElMessageBoxOptions["type"]>;
/** 图标 */
icon: PropType<ElMessageBoxOptions["icon"]>;
/** 标识id */
boxId: StringConstructor;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
boxDestroy: (_boxId?: string) => true;
boxMounted: (_: {
boxId?: string;
doClose?: () => void;
}) => true;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
/** 类型 */
type: PropType<ElMessageBoxOptions["type"]>;
/** 图标 */
icon: PropType<ElMessageBoxOptions["icon"]>;
/** 标识id */
boxId: StringConstructor;
}>> & Readonly<{
onBoxDestroy?: ((_boxId?: string | undefined) => any) | undefined;
onBoxMounted?: ((_: {
boxId?: string;
doClose?: () => void;
}) => any) | undefined;
}>, {}, {}, {
CloseOutlined: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
InfoCircleFilled: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
CheckCircleFilled: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
ExclamationCircleFilled: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
CloseCircleFilled: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;