UNPKG
usxeditor
Version:
latest (0.0.9-alpha)
0.0.9-alpha
0.0.8-alpha
0.0.7-alpha
0.0.6-alpha
0.0.5-alpha
0.0.4-alpha
0.0.3-alpha
0.0.2-alpha
0.0.1-alpha
USX editor react component.
sr.ht/~hindlemail/usxeditor/
usxeditor
/
lib
/
StatusBar.d.ts
5 lines
(4 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
declare
function
StatusBar
(
props
:
any
):
JSX
.
Element
;
declare
const
_default
:
React
.
MemoExoticComponent
<
typeof
StatusBar
>;
export
default
_default;