UNPKG

mg-js

Version:

A set of useful functions, components and hooks.

6 lines (5 loc) 322 B
export { default as useLazyScrolling, Options } from "./hooks/useLazyScrolling"; export { default as If } from "./components/If"; export { default as timeAgo } from "./utils/timeAgo"; export { default as useObjectState } from "./hooks/useObjectState"; export { default as MediaQuery } from "./components/MediaQuery";