UNPKG
@alilc/lowcode-plugin-components-pane
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
低代码组件面板
github.com/alibaba/lowcode-plugins
alibaba/lowcode-plugins
@alilc/lowcode-plugin-components-pane
/
es
/
components
/
List
/
index.d.ts
9 lines
(8 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
interface
Props
{
className
?:
string
; }
export
default
class
List
extends
React.Component
<
Props
> {
render
():
JSX
.
Element
; }
export
{};