UNPKG

pricing-table-react

Version:

A simple pricing plan for react

12 lines (11 loc) 290 B
import { PlanAdvantages } from "./PlanAdvantages"; export interface PlanProps { title: string; titleDescription?: String; duration?: string; highlightText?: string; price: string; guarantee?: string; href: string; advantages?: PlanAdvantages[]; }