UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

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