UNPKG

react-topbar-progress-indicator

Version:
8 lines (7 loc) 135 B
declare module "topbar" { declare module.exports: { show: () => void, hide: () => void, config: (?Object) => void }; }