7 lines
247 B
TypeScript
7 lines
247 B
TypeScript
/**
|
|
* A version of makeResetStyles() that accepts build output as an input and skips all runtime transforms & DOM insertion.
|
|
*
|
|
* @internal
|
|
*/
|
|
export declare function __resetCSS(ltrClassName: string, rtlClassName: string | null): () => string;
|