Skip to content

Commit

Permalink
update productPrice documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris272 committed Sep 23, 2024
1 parent d667d69 commit d5a993c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/formio/components/productPrice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ type TranslatableKeys = 'label' | 'description' | 'tooltip';
export type ProductPriceInputSchema = InputComponentSchema<never, Validator, TranslatableKeys>;

/**
* Experimental feature that could change.
* @experimental
* @group Form.io components
* @category Base types
* @category Concrete types
*/
export interface ProductPriceComponentSchema
extends Omit<ProductPriceInputSchema, 'hideLabel' | 'disabled'> {
Expand Down

0 comments on commit d5a993c

Please sign in to comment.