UNPKG

@public-ui/components

Version:

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

15 lines (14 loc) 785 B
type HintOptions = { details?: unknown[]; force?: boolean; }; export declare const a11yHint: (msg: string, options?: HintOptions) => void; export declare const deprecatedHint: (msg: string, options?: HintOptions) => void; export declare const devHint: (msg: string, options?: HintOptions) => void; export declare const devWarning: (msg: string, options?: HintOptions) => void; export declare const featureHint: (msg: string, done?: boolean, options?: HintOptions) => void; export declare const uiUxHint: (msg: string, options?: HintOptions) => void; export declare const a11yHintDisabled: () => void; export declare const a11yHintLabelingLandmarks: (value: unknown) => void; export declare const uiUxHintMillerscheZahl: (className: string, length?: number) => void; export {};