UNPKG

@foxone/finance-ui

Version:

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

15 lines (14 loc) 372 B
import { Vue } from 'vue-property-decorator'; import type { CreateElement, VNode } from 'vue'; export declare class Amount extends Vue { private icon; private amount; private discount; private quantity; private symbol; private channel; private fiat; private get actualAmount(); render(h: CreateElement): VNode; } export default Amount;