UNPKG
@jswork/react-status-manager
Version:
latest (1.3.2)
1.3.2
1.3.1
1.2.2
1.2.1
1.1.0
1.0.1
1.0.0
React component for status manager.
js.work
@jswork/react-status-manager
/
global.d.ts
4 lines
(3 loc)
•
54 B
TypeScript
View Raw
1
2
3
4
interface
NxStatic
{
$say
:
(
msg
:
string
) =>
void
; }