Refactor the Pricing widget

This commit is contained in:
widgeter
2023-08-09 19:30:55 +02:00
parent 951f270726
commit 1db237dd7a
4 changed files with 118 additions and 142 deletions

1
src/types.d.ts vendored
View File

@ -135,6 +135,7 @@ export interface Item {
export interface Price {
title?: string;
subtitle?: string;
description?: string;
price?: number;
period?: string;