@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
7 lines • 298 B
TypeScript
//#region src/hooks/use-online/index.d.ts
interface UseOnlineProps {}
declare function useOnline(getServerSnapshot?: () => boolean): boolean;
type UseOnlineReturn = ReturnType<typeof useOnline>;
//#endregion
export { UseOnlineProps, UseOnlineReturn, useOnline };
//# sourceMappingURL=index.d.ts.map