@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.
9 lines (8 loc) • 504 B
TypeScript
import type { FlattenSimpleInterpolation } from "styled-components";
import type { ObjectProperty } from "../../common/types";
import type defaultTheme from "../../defaultTheme";
export declare const firstToUpper: (str: string) => string;
export declare const defaultFocus: ({ theme, }: {
theme: typeof defaultTheme;
}) => FlattenSimpleInterpolation;
export declare const spacingUtility: (spacing?: string | number | ObjectProperty, prop?: "padding" | "margin") => FlattenSimpleInterpolation | null;