UNPKG
tw-table
Version:
latest (1.1.0-beta)
1.1.0-beta
1.0.9-beta
1.0.8-beta
1.0.7-beta
1.0.6-beta
1.0.5-beta
1.0.4-beta
1.0.3-beta
1.0.2-beta
1.0.1-beta
1.0.0
1.0.0-beta
0.0.1
table designed with tailwind and tanstack-table.
tw-table
/
dist
/
icons
/
index.d.ts
7 lines
(6 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
type
IconProps
= {
name
:
'chevron-right'
|
'chevron-left'
|
'chevron-up'
|
'chevron-down'
|
'magnifying-glass'
|
'dash'
;
className
?:
string
; };
declare
const
Icon
:
(
props
:
IconProps
) =>
any
;
export
default
Icon
;