UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

8 lines (7 loc) 242 B
import * as React from "react"; export declare const hrefToComponentStyles: string; type WithComponentStylesProps = { children?: React.ReactNode; }; export declare const WithComponentStyles: React.FC<WithComponentStylesProps>; export {};