UNPKG
@icedesign/demo-layout
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
DemoLayout
github.com/alibaba/ice
alibaba/ice
@icedesign/demo-layout
/
lib
/
index.d.ts
8 lines
(4 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="react" />
import
React
from
"react"
;
export
interface
DemoLayoutProps
{}
export
default
class
DemoLayout
extends
React.Component
<
DemoLayoutProps
,
any
> {}