UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

9 lines 462 B
import { Space } from '../../types/space.js'; export type VerticalSpaceProps = { space: VerticalSpaceSpace; }; export type VerticalSpaceSpace = Space; export declare const VerticalSpace: import("preact").FunctionalComponent<Omit<import("../../utilities/create-component.js").MixinHTMLElementAttributes<HTMLDivElement, VerticalSpaceProps>, "ref"> & { ref?: import("preact").Ref<HTMLDivElement> | undefined; }>; //# sourceMappingURL=vertical-space.d.ts.map