UNPKG

@liveblocks/react-ui

Version:

A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.

10 lines (7 loc) 195 B
import { useState } from 'react'; function useInitial(value) { const [initialValue] = useState(value); return initialValue; } export { useInitial }; //# sourceMappingURL=use-initial.js.map