UNPKG

t-ui-plus

Version:

Page level components developed based on Element Plus.

40 lines (39 loc) 1.6 kB
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; export declare const TLayoutPageItem: { new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{ isNoMargin: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { isNoMargin: boolean; }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ExtractPropTypes<{ isNoMargin: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, {}, {}, {}, {}, { isNoMargin: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase<Readonly< ExtractPropTypes<{ isNoMargin: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { isNoMargin: boolean; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; }; });