UNPKG
@taeopia/react-table
Version:
latest (1.0.4)
1.0.4
This is a table library for use in React.
weezlely/taeopia
@taeopia/react-table
/
src
/
types
/
theme.type.ts
2 lines
(1 loc)
•
39 B
text/typescript
View Raw
1
2
export
type
Theme =
"dark"
|
"light"
;