UNPKG

@public-ui/components

Version:

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

4 lines (3 loc) 193 B
import type { SimpleProp } from './helpers/factory'; export type MinProp = SimpleProp<'min', number>; export declare const minProp: import("./helpers/factory").PropDefinition<number, MinProp>;