UNPKG
@dash-ui-lib/core
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.2-beta
0.0.1
0.0.1-beta
Core components for the @dash-ui-library
@dash-ui-lib/core
/
src
/
theme.d.ts
3 lines
(2 loc)
•
111 B
TypeScript
View Raw
1
2
3
export
declare
const
getTheme
:
() =>
string
;
export
declare
const
changeTheme
:
(
newTheme
:
string
) =>
string
;