UNPKG

posthtml-bootstrap

Version:

A PostHTML plugin that allows you to use Bootstrap components directly in your HTML code

11 lines (10 loc) 480 B
import type { PostHTMLComponentOptions } from './types.js'; /** * Defines the configuration options for the PostHTML Bootstrap UI * components. * * @param options - The configuration options merge with. * @returns The configured options for Bootstrap UI components. */ export declare function defineBootstrapUIConfig(options?: Omit<PostHTMLComponentOptions, 'root' | 'tagPrefix' | 'attribute' | 'yield'>): PostHTMLComponentOptions; export type { PostHTMLComponentOptions };