UNPKG
tri-test-tanto-widget
Version:
latest (0.0.1-beta.3)
0.0.1-beta.3
Tanto Widget
github.com/skymavis/tanto-kit
skymavis/tanto-kit
tri-test-tanto-widget
/
dist
/
types
/
styles
/
theme.d.ts
4 lines
(3 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
import
type
{
Theme
}
from
'@emotion/react'
;
export
declare
const
tantoDarkTheme
:
Theme
;
export
declare
const
tantoLightTheme
:
Theme
;