init component
This commit is contained in:
10
node_modules/buetify/lib/components/pricingTable/BPricingPlan.d.ts
generated
vendored
Executable file
10
node_modules/buetify/lib/components/pricingTable/BPricingPlan.d.ts
generated
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
import './pricing-table.sass';
|
||||
import { VNode, SetupContext } from 'vue';
|
||||
export interface BPricingPlanProps {
|
||||
isActive?: boolean;
|
||||
amount: number;
|
||||
interval: number;
|
||||
}
|
||||
export default function BPricingPlan(props: BPricingPlanProps, { attrs, slots }: SetupContext): VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
||||
[key: string]: any;
|
||||
}>;
|
||||
Reference in New Issue
Block a user