init component
This commit is contained in:
6
node_modules/buetify/lib/components/pricingTable/BPricingPlanPrice.d.ts
generated
vendored
Executable file
6
node_modules/buetify/lib/components/pricingTable/BPricingPlanPrice.d.ts
generated
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
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;
|
||||
}>;
|
||||
Reference in New Issue
Block a user