@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.
14 lines (13 loc) • 462 B
TypeScript
import type { Theme } from "../../defaultTheme";
import type { Type, Props } from "../types";
/**
* @deprecated kept until StyledText is removed
*/
export declare const getLinkStyle: ({ theme, $type }: {
theme: Theme;
$type: Props["type"];
}) => import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<{
$type: Type;
theme: Theme;
$noUnderline: boolean;
}, import("styled-components").DefaultTheme>>;