We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831b147 commit 49e39d7Copy full SHA for 49e39d7
1 file changed
apps/demos/Demos/Stepper/Overview/Vue/data.ts
@@ -29,7 +29,7 @@ export const steps = [
29
},
30
];
31
32
-export const orientations: {text: string, value: Orientation}[] = [
+export const orientations: Array<{text: string; value: Orientation}> = [
33
{ text: 'Horizontal', value: 'horizontal' },
34
{ text: 'Vertical', value: 'vertical' },
35
0 commit comments