UNPKG

@mora-light/vue

Version:
13 lines (12 loc) 508 B
import ConstantInput from './light/components/constant'; import MoraLight from './light'; import MoraLights from './lights'; import WrappedMoraLight from './wrapped'; export { onPlugConnectionUpdate, setDerivationOrigin, getDerivationOrigin, } from './modules/login/login'; import 'virtual:windi.css'; declare const install: (app: any) => void; export { install, ConstantInput, MoraLight, MoraLights, WrappedMoraLight }; declare const _default: { install: (app: any) => void; }; export default _default;