UNPKG

react-storage-drafts

Version:

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

3 lines (2 loc) 205 B
import { type IDraftsProviderProps } from './types'; export default function Provider({ referenceKey, syncTrigger, syncInterval, ...props }: IDraftsProviderProps): import("react/jsx-runtime").JSX.Element;