UNPKG
zhu-jiang-yi-yuan-mobile
Version:
latest (1.0.20201209)
1.0.20201209
南方医科大学珠江医院移动端
www.nsn.com
zhu-jiang-yi-yuan-mobile
/
es
/
components
/
table
/
index.d.ts
4 lines
(3 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
import
{
TableProps
}
from
'../../@types'
;
declare
const
Table
: <T>
(
props
:
Omit
<
TableProps
<T>,
'columns'
>
) =>
JSX
.
Element
;
export
{
Table
};