UNPKG

@public-ui/components

Version:

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

5 lines (4 loc) 309 B
import type { AlignPropType } from '../../schema'; import type { SimpleProp } from './helpers/factory'; export type AlignProp = SimpleProp<'align', AlignPropType>; export declare const alignProp: import("./helpers/factory").PropDefinition<import("./helpers/factory").InternalPropValue<AlignProp>, AlignProp>;