UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

4 lines 246 B
import '!../css/base.css'; import { FunctionComponent, JSX } from 'preact'; export declare function render<P>(Plugin: FunctionComponent<P>): (rootNode: HTMLElement, props: P & JSX.IntrinsicAttributes) => void; //# sourceMappingURL=render.d.ts.map