UNPKG

@fesjs/fes-design

Version:
25 lines (24 loc) 983 B
import type { ExtractPublicPropTypes } from '../_util/interface'; export declare const layoutMainProps: { readonly embedded: { readonly type: BooleanConstructor; readonly default: false; }; }; export type LayoutMainProps = ExtractPublicPropTypes<typeof layoutMainProps>; declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ readonly embedded: { readonly type: BooleanConstructor; readonly default: false; }; }>, { classList: import("vue").ComputedRef<string[]>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ readonly embedded: { readonly type: BooleanConstructor; readonly default: false; }; }>> & Readonly<{}>, { readonly embedded: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;