Skip to content

Commit

Permalink
Triggering gh-pages build/deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
anaximander committed Sep 22, 2023
1 parent c5ee515 commit 1745dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1745dae

Please sign in to comment.