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
/
diagnostics.d.ts
3 lines
(2 loc)
•
147 B
TypeScript
View Raw
1
2
3
import
type
*
as
d
from
'./declarations'
;
export
declare
function
loadDiagnostic
(
context
: d.
PluginCtx
,
postcssError
:
any
,
filePath
:
string
):
void
;