UNPKG

@bitrix24/b24ui-nuxt

Version:

Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE

3 lines (2 loc) 154 B
import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue'; export type IconComponent = FunctionalComponent<HTMLAttributes & VNodeProps>;