UNPKG
carpooluikit
Version:
latest (1.0.0)
1.0.0
carpool finance uikit
github.com/TiscotSerVices/blzd-uikit
TiscotSerVices/blzd-uikit
carpooluikit
/
dist
/
widgets
/
Menu
/
components
/
ThemeSwitcher.d.ts
8 lines
(7 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
"react"
;
interface
Props
{
isDark
:
boolean
;
toggleTheme
:
(
isDark
:
boolean
) =>
void
; }
declare
const
_default
:
React
.
NamedExoticComponent
<
Props
>;
export
default
_default;