@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
5 lines (4 loc) • 337 B
TypeScript
import type { KoliBriIconsProp } from '../../schema/types';
import type { SimpleProp } from './helpers/factory';
export type SpanIconsProp = SimpleProp<'icons', KoliBriIconsProp>;
export declare const spanIconsProp: import("./helpers/factory").PropDefinition<import("./helpers/factory").InternalPropValue<SpanIconsProp>, SpanIconsProp>;