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
/
data-list
/
edge-table.d.ts
13 lines
(12 loc)
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
interface
PropsType
{
classDefined
?:
any
;
attributes
:
any
[]; }
/** * *
@param
{
classDefined
} 当前类定义 *
@param
{
attributes
} 当前类模型属性 *
@returns
*/
export
declare
const
EdgeTable
:
(
{ classDefined, attributes }:
PropsType
) =>
JSX
.
Element
;
export
{};