UNPKG
@grc/business
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-alpha.2
更新sider选项 : forceSubMenuRender
@grc/business
/
components
/
import-file
/
src
/
import-fail.component.d.ts
6 lines
(5 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
import
React
, {
PureComponent
}
from
'react'
;
import
{
ImportFileFailComponentProps
}
from
"./interfaces"
;
export
default
class
ImportFileFailComponent
extends
PureComponent
<
ImportFileFailComponentProps
,
any
> {
render
():
React
.
JSX
.
Element
; }