From 1745daec5050ef1291804bb90f8a772eb5a4ef0d Mon Sep 17 00:00:00 2001 From: Jonathan McKenzie Date: Fri, 22 Sep 2023 18:46:27 -0400 Subject: [PATCH] Triggering gh-pages build/deploy --- src/components/Accordion.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Accordion.tsx b/src/components/Accordion.tsx index b10ddd4..7168880 100644 --- a/src/components/Accordion.tsx +++ b/src/components/Accordion.tsx @@ -6,6 +6,7 @@ import { PropsWithChildren } from 'react'; import { css, jsx } from '@emotion/react'; import { MetrocommonTriangle } from './MetrocommonTriangle'; +// Need to use an intersection type so we can use "children" props export type AccordionProps = React.PropsWithChildren & { triangleColor?: string, title: React.ReactElement