UNPKG
@alicloud/console-toolkit-plugin-styled-components-isolation
Version:
latest (1.2.30)
next (1.0.14-alpha.0)
1.2.30
1.1.3
1.1.0
1.0.16
1.0.14
1.0.14-alpha.0
1.0.3
1.0.0-rc.7
console toolkit plugin for isolating styled-components in the bundle
@alicloud/console-toolkit-plugin-styled-components-isolation
/
lib
/
index.d.ts
7 lines
(6 loc)
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
PluginAPI
,
PluginOptions
}
from
"@alicloud/console-toolkit-core"
;
export
interface
Options
extends
PluginOptions
{
styledComponentStyleSheetId
?:
string
|
boolean
| (
() =>
any
); }
declare
const
_default
:
(
api
:
PluginAPI
,
options
:
Options
) =>
void
;
export
default
_default;