UNPKG
react-to-html
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
A react package to generate HTML for conversion to Email or PDF from shared components
react-to-html
/
dist
/
tailwind.config.d.ts
8 lines
(7 loc)
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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"
))[];