@bitrix24/b24ui-nuxt
Version:
Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE
11 lines (10 loc) • 645 B
TypeScript
import type { AppConfig } from '@nuxt/schema';
import theme from '#build/b24ui/prose/hr';
import type { ComponentConfig } from '../types/utils';
type ProseHr = ComponentConfig<typeof theme, AppConfig, 'hr', 'b24ui.prose'>;
export interface ProseHrProps {
class?: any;
b24ui?: ProseHr['slots'];
}
declare const _default: import("vue").DefineComponent<ProseHrProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseHrProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;