@intility/bifrost-react
Version:
React library for Intility's design system, Bifrost.
15 lines (14 loc) • 723 B
TypeScript
export type * from "./Icon.js";
export type * from "./Icon.Spinner.js";
export type * from "./Icon.Step.js";
declare const _default: import("react").ForwardRefExoticComponent<Omit<import("@fortawesome/react-fontawesome").FontAwesomeIconProps & {
marginRight?: boolean;
marginLeft?: boolean;
}, "ref"> & import("react").RefAttributes<SVGSVGElement>> & {
Spinner: import("react").ForwardRefExoticComponent<import("./Icon.Spinner.js").IconSpinnerProps & import("react").RefAttributes<SVGSVGElement>>;
Step: {
({ variant, marginRight, marginLeft, className, }: import("./Icon.Step.js").StepProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
};
export default _default;