UNPKG

@sandlada/mdc

Version:

@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.

14 lines 460 B
/** * @license * Copyright 2025 Kai-Orion & Sandlada * SPDX-License-Identifier: MIT */ import { type CSSResult } from 'lit'; /** * Stringify the record object and separate it with semicolons. * * @param tokens A record object. It is best to use the creation functions provided in `utils/tokens/*`. * @returns CSS string. */ export declare function stringTokens(tokens: Record<string, CSSResult>): CSSResult; //# sourceMappingURL=string-tokens.d.ts.map