UNPKG
@aioha/react-ui
Version:
latest (1.8.2)
1.8.2
1.8.0
1.7.0
1.6.1
1.6.0
1.4.6
1.4.5
1.4.4
1.4.3
1.4.1
1.4.0
1.0.0
0.1.0
Ready-made React modal for Aioha
aioha.dev
@aioha/react-ui
/
dist
/
components
/
TableUtils.d.ts
8 lines
(7 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
export
declare
const
RightAngledArrow
:
(
{ w }: { w?:
number
; }
) =>
React
.
JSX
.
Element
;
export
declare
const
RmRowIcon
:
(
{ w }: { w?:
number
; }
) =>
React
.
JSX
.
Element
;