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
/
index.d.ts
7 lines
(6 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
PropsType
{
classDefined
?:
any
;
attributes
:
any
[]; }
export
declare
const
DataList
:
(
{ classDefined, attributes }:
PropsType
) =>
any
;
export
{};