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
/
value.type.ts
4 lines
(2 loc)
•
82 B
text/typescript
View Raw
1
2
3
4
export
type
Id
=
string
|
number
|
undefined
;
export
type
ClassName
=
string
;