import { type SerializeOptions } from "./serialize"; export type { CSSBlock, CSSNestedBlock, CSSRulesInput } from "./serialize"; export { configureCSS } from "./serialize"; import type * as CSS from "csstype"; import type { Cl, CSSRulesInput } from "./cl"; /** * One stop inside a `@keyframes` rule. * Keys are `"from"`, `"to"`, or percentage strings like `"0%"`, `"50%"`. */ export type CSSKeyframeStops = Record; /** * Collect all CSS text from every registered stylesheet instance. * Call this after rendering a page on the server to get the full CSS string * to inline into the HTML as `