UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

5 lines (4 loc) 291 B
import * as React from "react"; import { DuffelCardFormProps } from "./lib/types"; import { DuffelCardFormActions } from "./lib/useDuffelCardFormActions"; export declare const DuffelCardForm: React.ForwardRefExoticComponent<DuffelCardFormProps & React.RefAttributes<DuffelCardFormActions>>;