UNPKG
@bos-model-alpha/data
Version:
latest (0.0.22-alpha.0)
0.0.22-alpha.0
0.0.21-alpha.0
0.0.20-alpha.0
数据管理
@bos-model-alpha/data
/
lib
/
components
/
relation-list
/
index.d.ts
7 lines
(6 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
PropsType
{
bosclass
:
string
;
dataSource
:
any
[]; }
export
declare
const
RelationList
:
(
{ bosclass, dataSource }:
PropsType
) =>
JSX
.
Element
;
export
{};