UNPKG

react-to-html

Version:

A react package to generate HTML for conversion to Email or PDF from shared components

8 lines (7 loc) 288 B
export let content: string[]; export namespace theme { let extend: {}; } export let plugins: (import("postcss").PluginCreator<string | import("tailwindcss/types/config").Config | { config: string | import("tailwindcss/types/config").Config; }> | typeof import("autoprefixer"))[];