UNPKG

@master/css-runtime

Version:

Run Master CSS right in the browser

10 lines (9 loc) 293 B
import type { Config } from '@master/css'; import type Core from './core'; declare global { var CSSRuntime: typeof Core; var cssRuntime: Core; var masterCSSConfig: Config; var masterCSSConfigs: Config[]; } export default function registerGlobal(CSSRuntime: typeof Core): void;