UNPKG

isaaccss

Version:

Inline-Style-as-a-Class CSS engine

5 lines (4 loc) 176 B
import { AcceptedPlugin } from "postcss"; export declare const postcssify: (css: string, options: undefined | { readonly plugins?: AcceptedPlugin[]; }) => Promise<string>;