UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 155 B
import { forwardRef } from 'preact/compat'; export function createComponent(fn) { return forwardRef(fn); } //# sourceMappingURL=create-component.js.map