UNPKG
@stencil/postcss
Version:
latest (2.1.0)
next (2.1.0-0)
2.1.0
2.1.0-0
2.0.0
1.0.1
1.0.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
The Stencil PostCSS Plugin
stenciljs.com
ionic-team/stencil-postcss
@stencil/postcss
/
dist
/
index.d.ts
3 lines
(2 loc)
•
109 B
TypeScript
View Raw
1
2
3
import
type
*
as
d
from
'./declarations'
;
export
declare
function
postcss
(
opts
?: d.
PluginOptions
): d.
Plugin
;