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 d76fc54 commit c31b26aCopy full SHA for c31b26a
packages/spectacle/src/components/slide-layout.tsx
@@ -55,7 +55,7 @@ const Ul = ({
55
type = 'unordered',
56
animate = false,
57
listProps
58
-}: (typeof UnorderedList | typeof OrderedList) & {
+}: {
59
items: ReactNode[];
60
type?: 'unordered' | 'ordered';
61
animate?: boolean;
@@ -105,7 +105,6 @@ const List = ({
105
{title}
106
</Heading>
107
) : null}
108
- {/* @ts-ignore TODO: Resolve this in follow-up */}
109
<Ul
110
items={items}
111
animate={animateListItems}
@@ -448,7 +447,6 @@ const VerticalImage = ({
448
447
height={'100%'}
449
>
450
<FlexBox justifyContent="start">
451
452
453
items={listItems}
454
0 commit comments