@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.
15 lines (14 loc) • 575 B
TypeScript
import * as React from "react";
import type { RenderOptions } from "@testing-library/react";
declare const customRender: (ui: React.ReactElement, options?: Omit<RenderOptions, "wrapper">) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
export declare const spaceAfterTokens: {
none: string;
smallest: string;
small: string;
normal: string;
medium: string;
large: string;
largest: string;
};
export * from "@testing-library/react";
export { customRender as render };