Files
powerpoint-toolbox/node_modules/@griffel/react/src/__styles.d.ts
T
2025-03-07 19:22:02 +01:00

8 lines
360 B
TypeScript

import type { CSSClassesMapBySlot, CSSRulesByBucket } from '@griffel/core';
/**
* A version of makeStyles() that accepts build output as an input and skips all runtime transforms.
*
* @internal
*/
export declare function __styles<Slots extends string>(classesMapBySlot: CSSClassesMapBySlot<Slots>, cssRules: CSSRulesByBucket): () => Record<Slots, string>;