UNPKG

@bitrix24/b24ui-nuxt

Version:

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

12 lines (11 loc) 694 B
import type { AppConfig } from '@nuxt/schema'; import theme from '#build/b24ui/prose/hr'; import type { ComponentConfig } from '../../types/tv'; type ProseHr = ComponentConfig<typeof theme, AppConfig, 'hr', 'b24ui.prose'>; export interface ProseHrProps { class?: any; b24ui?: ProseHr['slots']; } declare const __VLS_export: import("vue").DefineComponent<ProseHrProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseHrProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;