UNPKG
react-gnome
Version:
latest (0.0.1)
0.0.1
## Getting Started
react-gnome
/
dist
/
types
/
runtime
/
helpers
/
register-global.d.ts
2 lines
(1 loc)
•
113 B
TypeScript
View Raw
1
2
export
declare
function
registerGlobal<T>(
key
:
string
,
getImplementation
:
(
prevImpl
: T |
undefined
) =>
T):
void
;