UNPKG

@compiled/react

Version:

A familiar and performant compile time CSS-in-JS library for React.

6 lines 210 B
/* eslint-disable import/export */ import { createSetupError } from '../utils/error'; export default function css(_styles, ..._interpolations) { throw createSetupError(); } //# sourceMappingURL=index.js.map