UNPKG

uger

Version:

```ts import { body } from "uger";

7 lines (6 loc) 292 B
import { Elem, elem, body, win } from "./elem"; export { Elem, elem, body, win }; import { CSS, Styles, CSSImport } from "./css"; export { CSS, Styles, CSSImport }; import { CSSElement, CSSDeclaration, CSSImportElem } from "./css"; export { CSSElement, CSSDeclaration, CSSImportElem };