UNPKG

@master/css-runtime

Version:

Run Master CSS right in the browser

5 lines (4 loc) 116 B
import type { SyntaxRule } from '@master/css'; export interface HydrateResult { allSyntaxRules: SyntaxRule[]; }