We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d50ce commit 05fbc87Copy full SHA for 05fbc87
packages/core/src/schema/propTypes.ts
@@ -9,7 +9,6 @@ export type PropSpec<PType extends boolean | number | string> =
9
| {
10
// We infer the type of the prop from the default value
11
default: PType;
12
- // type?: "string" | "number" | "boolean";
13
// a list of possible values, for example for a string prop (this will then be used as a string union type)
14
values?: readonly PType[];
15
}
0 commit comments