UNPKG

@foxone/finance-ui

Version:

The Financial UI Component Library Based on @foxone/uikit and vuetify

15 lines (14 loc) 426 B
import type { VueConstructor } from 'vue'; declare function install(Vue: VueConstructor<Vue>): void; declare namespace install { var installed: boolean; } export * from "./AssetRangeInput/index"; export * from "./CheckOut/index"; export * from "./ConnectWallet/index"; export * from "./RiskInfo/index"; export * from "./RiskSlider/index"; declare const _default: { install: typeof install; }; export default _default;