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
/
declarations.d.ts
10 lines
(9 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
*
from
'@stencil/core/internal'
;
export
interface
PluginOptions
{
injectGlobalPaths
?:
string
[];
plugins
?:
any
[]; }
export
interface
RendererOptions
{
data
:
string
;
plugins
:
any
[]; }