@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.
5 lines • 317 B
TypeScript
import * as React from "react";
import type { Props } from "./types";
declare const Text: ({ type, size, weight, align, margin, as: Component, uppercase, italic, strikeThrough, dataTest, spaceAfter, children, withBackground, id, }: Props) => React.JSX.Element;
export default Text;
//# sourceMappingURL=index.d.ts.map