@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
6 lines (5 loc) • 453 B
TypeScript
import type { SimpleProp } from './helpers/factory';
export declare const progressVariantOptions: readonly ["bar", "cycle"];
export type ProgressVariantType = (typeof progressVariantOptions)[number];
export type VariantProgressProp = SimpleProp<'variant', ProgressVariantType>;
export declare const variantProgressProp: import("./helpers/factory").PropDefinition<import("./helpers/factory").InternalPropValue<VariantProgressProp>, VariantProgressProp>;