UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

8 lines (7 loc) 230 B
import * as React from "react"; import { NGSShelf } from "./lib"; export interface NGSShelfInfoCardProps { ngs_shelf: NGSShelf; className?: string; } export declare const NGSShelfInfoCard: React.FC<NGSShelfInfoCardProps>;