UNPKG

@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.

7 lines 245 B
import * as React from "react"; type Props = React.PropsWithChildren<{ active?: boolean; }>; declare const TextWrapper: ({ active, children }: Props) => React.JSX.Element; export default TextWrapper; //# sourceMappingURL=TextWrapper.d.ts.map