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.

12 lines (8 loc) 223 B
'use strict'; var react = require('react'); function useInitial(value) { const [initialValue] = react.useState(value); return initialValue; } exports.useInitial = useInitial; //# sourceMappingURL=use-initial.cjs.map