Skip to content

Commit

Permalink
fix: Remove unused types (#46)
Browse files Browse the repository at this point in the history
* Remove unused types
  • Loading branch information
NathanFarmer authored Mar 19, 2024
1 parent 170007b commit 37551ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ui-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ export interface LabelElement extends UISchemaElement, Internationalizable {
}

export type AlertLayoutOptions = { type: AlertProps["type"] }
// aliased to avoid breaking change, remove in next major version
export type AlertLaybelOptions = AlertLayoutOptions

// this is intended to be a union, it just has one member rn
export type LabelOptions = AlertLayoutOptions
Expand Down Expand Up @@ -289,5 +287,3 @@ export type NumericControlOptions = {
addonBefore?: InputNumberProps["addonBefore"]
addonAfter?: InputNumberProps["addonAfter"]
}
// aliased to avoid breaking change, remove in next major version
export type InputNumberOptions = NumericControlOptions

0 comments on commit 37551ee

Please sign in to comment.