UNPKG

@fmdevui/fm-dev

Version:

Page level components developed based on Element Plus.

15 lines (14 loc) 1.26 kB
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const FmLayout: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; declare const FmLockScreen: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, { layoutLockScreenDateRef: HTMLDivElement; layoutLockScreenInputRef: unknown; }, HTMLDivElement>; declare const FmSetting: DefineComponent<{}, { openDrawer: () => void; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, { onColorRef: unknown; copyConfigBtnRef: unknown; }, HTMLDivElement>; declare const FmCloseFull: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; export { FmLayout, FmLockScreen, FmSetting, FmCloseFull };