UNPKG

@foxone/finance-ui

Version:

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

11 lines (10 loc) 293 B
import { Vue } from 'vue-property-decorator'; import type { CreateElement, VNode } from 'vue'; export declare class Channel extends Vue { private channel; private selected; private loading; private get disabled(); render(h: CreateElement): VNode; } export default Channel;