UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

7 lines 210 B
export function getCurrentFromRef(ref) { if (ref.current === null) { throw new Error('`ref.current` is `undefined`'); } return ref.current; } //# sourceMappingURL=get-current-from-ref.js.map