mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-15 22:42:52 +00:00
3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
import type { CSSToken } from './interfaces/token';
|
|
export declare function stringify(...tokens: Array<CSSToken>): string;
|