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 5d16d90 commit 8579632Copy full SHA for 8579632
frameworks/keyed/michijs/src/index.tsx
@@ -67,7 +67,7 @@ const adjectivesLength = adjectives.length;
67
const coloursLength = colours.length;
68
const nounsLength = nouns.length;
69
70
-type Row = { label: string; id: number; selected: string | undefined };
+interface Row { label: string; id: number; selected: string | undefined };
71
let nextId = 1;
72
let selectedItem: ObservableType<Row> | null = null;
73
function buildData(count = 1000) {
0 commit comments