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

7 lines
385 B
TypeScript
Executable File

import { SetupContext } from 'vue';
import { BPricingPlanProps } from './BPricingPlan';
export declare type BPricingPlanPriceProps = Omit<BPricingPlanProps, 'isActive'>;
export default function BPricingPlanPrice(props: BPricingPlanPriceProps, { attrs, slots }: SetupContext): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>;