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