Skip to content

Commit 05fbc87

Browse files
committed
chore: rm unused line
1 parent 84d50ce commit 05fbc87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/schema/propTypes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export type PropSpec<PType extends boolean | number | string> =
99
| {
1010
// We infer the type of the prop from the default value
1111
default: PType;
12-
// type?: "string" | "number" | "boolean";
1312
// a list of possible values, for example for a string prop (this will then be used as a string union type)
1413
values?: readonly PType[];
1514
}

0 commit comments

Comments
 (0)