KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
OldPlugin
Interface OldPlugin<T>
interface
OldPlugin
<
T
>
{
postcss
:
Transformer
;
postcssPlugin
:
string
;
postcssVersion
:
string
;
(
opts
?:
T
)
:
Transformer
;
(
root
:
Root_
,
result
:
Result_
)
:
void
|
Promise
<
void
>
;
}
Type Parameters
T
Hierarchy (
View Summary
)
Transformer
OldPlugin
OldPlugin
(
opts
?:
T
)
:
Transformer
Parameters
Optional
opts
:
T
Returns
Transformer
OldPlugin
(
root
:
Root_
,
result
:
Result_
)
:
void
|
Promise
<
void
>
Parameters
root
:
Root_
result
:
Result_
Returns
void
|
Promise
<
void
>
Index
Properties
postcss
postcss
Plugin
postcss
Version
Properties
postcss
postcss
:
Transformer
postcss
Plugin
postcssPlugin
:
string
postcss
Version
postcssVersion
:
string
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
postcss
postcss
Plugin
postcss
Version
Github
KC's Workspace
Loading...