Skip to content

Commit

Permalink
fix(apple-settings): remove invalid types
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Aug 6, 2023
1 parent 9e43cce commit b20ef67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/apple-settings/src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export function Slider({
minimumTrackImage,
idioms,
}: {
secure?: boolean;
key: string;
value?: number;
maximumValue?: number;
Expand Down Expand Up @@ -169,7 +168,6 @@ export function Switch({
value = false,
idioms,
}: {
secure?: boolean;
title: string;
key: string;
value?: boolean;
Expand Down

0 comments on commit b20ef67

Please sign in to comment.