@aplus-frontend/ui
Version:
43 lines (42 loc) • 1.86 kB
TypeScript
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
import { ApViewProps } from './interface';
export * from './interface';
declare const ApView: {
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApViewProps> & Readonly<{}>, {
setFirstDefaultSystemView: (value: boolean) => void;
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
manual: boolean;
maxViewNum: number;
isDefaultSystemView: boolean;
isFirstDefaultSystemView: boolean;
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly< ApViewProps> & Readonly<{}>, {
setFirstDefaultSystemView: (value: boolean) => void;
}, {}, {}, {}, {
manual: boolean;
maxViewNum: number;
isDefaultSystemView: boolean;
isFirstDefaultSystemView: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & ComponentOptionsBase<Readonly< ApViewProps> & Readonly<{}>, {
setFirstDefaultSystemView: (value: boolean) => void;
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
manual: boolean;
maxViewNum: number;
isDefaultSystemView: boolean;
isFirstDefaultSystemView: boolean;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
$props: {
onClick?: () => void;
};
}));
export { ApView };