UNPKG
ai-react-ui
Version:
latest (0.1.0)
0.1.0
An AI-friendly React UI component library
ai-react-ui
/
dist
/
theme
/
themes.d.ts
4 lines
(3 loc)
•
115 B
TypeScript
View Raw
1
2
3
4
import
{
Theme
}
from
"./types"
;
export
declare
const
lightTheme
:
Theme
;
export
declare
const
darkTheme
:
Theme
;