@guo514360255/element-lib
Version:
This template should help get you started developing with Vue 3 in Vite.
8 lines (7 loc) • 390 B
TypeScript
import { default as Local } from './store';
import { useElementPlusTheme } from './theme';
import { default as createComponent } from './createDom';
import { default as RememberPwd } from './rememberPwd';
import { default as useFullscreen } from './useFullscreen';
import * as utils from './other';
export { Local, RememberPwd, useElementPlusTheme, useFullscreen, createComponent, utils };