UNPKG

jsx-email

Version:

Render JSX email components to HTML email

8 lines 337 B
import type { PluginCreator } from 'postcss'; type Replacer = (substring: string, ...args: any[]) => string; export declare const reFunction: RegExp; export declare const reReplace: RegExp; export declare const replacer: Replacer; export declare const plugin: PluginCreator<void>; export {}; //# sourceMappingURL=color-functions.d.ts.map