UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

4 lines (3 loc) 292 B
import type { SimpleProp } from './helpers/factory'; export type AllowMarkdownProp = SimpleProp<'allowMarkdown', boolean>; export declare const allowMarkdownProp: import("./helpers/factory").PropDefinition<import("./helpers/factory").InternalPropValue<AllowMarkdownProp>, AllowMarkdownProp>;