diff --git a/packages/spectacle/src/components/slide-layout.tsx b/packages/spectacle/src/components/slide-layout.tsx index 74beacb4..b44baa3a 100644 --- a/packages/spectacle/src/components/slide-layout.tsx +++ b/packages/spectacle/src/components/slide-layout.tsx @@ -55,7 +55,7 @@ const Ul = ({ type = 'unordered', animate = false, listProps -}: (typeof UnorderedList | typeof OrderedList) & { +}: { items: ReactNode[]; type?: 'unordered' | 'ordered'; animate?: boolean; @@ -105,7 +105,6 @@ const List = ({ {title} ) : null} - {/* @ts-ignore TODO: Resolve this in follow-up */}