UNPKG

@reaktly-js/tone-accessibility

Version:

A vanilla JS Accessability Widget compliant with ADA and WCAG 2.2.

4 lines (3 loc) 335 B
export declare function extractHashedClassName(cssString: string, originalClassName: string): string | null; export declare function getSharedStylesheet(componentId: string, cssString: string): CSSStyleSheet | null; export declare function applyStylesToShadowRoot(shadowRoot: ShadowRoot, componentId: string, cssString: string): void;