UNPKG

@public-ui/components

Version:

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

4 lines (3 loc) 197 B
import type { SimpleProp } from './helpers/factory'; export type NameProp = SimpleProp<'name', string>; export declare const nameProp: import("./helpers/factory").PropDefinition<string, NameProp>;