UNPKG

@foxone/finance-ui

Version:

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

8 lines (7 loc) 282 B
import RiskInfo from "./RiskInfo"; import type { defineComponent } from '@vue/composition-api'; import type { VueConstructor } from 'vue'; export declare type RiskInfo = ReturnType<typeof defineComponent> & { install(app: VueConstructor<Vue>): void; }; export default RiskInfo;