Files
manolia-alpha/node_modules/buetify/lib/components/pricingTable/index.d.ts
Robin COuret e0e50af706 init component
2026-02-16 17:28:37 +01:00

6 lines
269 B
TypeScript
Executable File

import BPricingPlan from './BPricingPlan';
import BPricingPlanItem from './BPricingPlanItem';
import BPricingPlanPrice from './BPricingPlanPrice';
import BPricingTable from './BPricingTable';
export { BPricingPlanPrice, BPricingTable, BPricingPlanItem, BPricingPlan };