@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
8 lines (7 loc) • 455 B
TypeScript
declare const PROCESS_ENVS: readonly ["development", "production", "test"];
type ProcessEnv = (typeof PROCESS_ENVS)[number];
export declare let processEnv: ProcessEnv;
export declare const handleSlotContent: (hostRef: HTMLElement, slotRef: HTMLElement, slotName: string) => void;
export declare const showExpertSlot: (label: unknown) => label is "";
export declare const buildBadgeTextString: (accessKey?: string, shortKey?: string) => string;
export {};