UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

8 lines 387 B
import { ComponentChildren } from 'preact'; export type CodeProps = { children: ComponentChildren; }; export declare const Code: import("preact").FunctionalComponent<Omit<import("../../utilities/create-component.js").MixinHTMLElementAttributes<HTMLSpanElement, CodeProps>, "ref"> & { ref?: import("preact").Ref<HTMLSpanElement> | undefined; }>; //# sourceMappingURL=code.d.ts.map