@guo514360255/element-lib
Version:
This template should help get you started developing with Vue 3 in Vite.
7 lines (6 loc) • 315 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 * as utils from './other';
export { Local, RememberPwd, useElementPlusTheme, createComponent, utils };