UNPKG
donut-theme-plugin
Version:
beta (1.1.0)
latest (1.1.1)
1.1.1
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0
a vue3 plugin-adapter for element-plus theme-chalk by js-object
donut-theme-plugin
/
index.d.ts
9 lines
(5 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
App
,
InjectionKey
}
from
"vue"
;
declare
module
'donut-theme-plugin'
{
export
const
ThemeInjectKey
:
InjectionKey
<
Record
<
string
,
string
>>
export
const
ThemePlugin
:
(
app
:
App
,
options
:
Record
<
string
,
string
>
) =>
void
; }