@mora-light/vue
Version:
Mora Light Vue
13 lines (12 loc) • 508 B
TypeScript
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;