UNPKG
xfunds-public-components
Version:
latest (0.0.2)
0.0.2
XFUNDS5.0产品公共组件库
xfunds-public-components
/
libs
/
NoMatch
/
NoMatch.d.ts
5 lines
(4 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
'./_NoMatch.less'
;
declare
const
NoMatch
:
() =>
JSX
.
Element
;
export
default
NoMatch
;