UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
DatePicker
/
panels
/
shortcuts.d.ts
5 lines
(4 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
ShortcutsProps
}
from
'../interface'
;
declare
const
_default
:
React
.
ForwardRefExoticComponent
<
ShortcutsProps
&
React
.
RefAttributes
<
unknown
>>;
export
default
_default;