UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

8 lines 431 B
import { IconColor } from '../../types/colors.js'; export type LoadingIndicatorProps = { color?: IconColor; }; export declare const LoadingIndicator: import("preact").FunctionalComponent<Omit<import("../../utilities/create-component.js").MixinHTMLElementAttributes<HTMLDivElement, LoadingIndicatorProps>, "ref"> & { ref?: import("preact").Ref<HTMLDivElement> | undefined; }>; //# sourceMappingURL=loading-indicator.d.ts.map