UNPKG

react-storage-drafts

Version:

React Drafts is a library for creating, saving, and managing local documents in React applications.

4 lines (3 loc) 120 B
import type { IDraftsContext } from './types'; declare const useDrafts: () => IDraftsContext; export default useDrafts;