UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
Typography
/
edit-content.d.ts
3 lines
(2 loc)
•
123 B
TypeScript
View Raw
1
2
3
import
{
EditContentProps
}
from
'./interface'
;
export
default
function
EditContent
(
props: EditContentProps
):
JSX
.
Element
;