@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
12 lines (11 loc) • 383 B
TypeScript
import React from "react";
import type { Props } from "./types";
export declare enum SIZE_OPTIONS {
EXTRASMALL = "extraSmall",
SMALL = "small",
MEDIUM = "medium",
LARGE = "large",
DISPLAY = "display"
}
declare const IllustrationPrimitive: ({ name, alt, margin, size, dataTest, id, spaceAfter, }: Props) => React.JSX.Element;
export default IllustrationPrimitive;