UNPKG
rss-mind-map-v2
Version:
latest (1.0.0)
1.0.0
Rss mind map is a free open source mind map core.
rss-mind-map-v2
/
dist
/
types
/
utils
/
theme.d.ts
5 lines
(4 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
MindElixirInstance
}
from
'../types/index'
;
import
type
{
Theme
}
from
'../types/index'
;
declare
const
changeTheme
:
(
this
:
MindElixirInstance
,
theme
:
Theme
,
shouldRefresh
?:
boolean
) =>
void
;
export
default
changeTheme;