UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
Avatar
/
context.d.ts
5 lines
(4 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
{
AvatarProps
}
from
'./interface'
;
declare
const
_default
:
import
(
"react"
).
Context
<
AvatarProps
>;
export
default
_default;