Skip to content

Commit decebf8

Browse files
fix: ts errors
1 parent 6c14368 commit decebf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit-headless/src/components/accordion/accordion-inline.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { HAccordionRootImpl } from './accordion-root';
33
import { Accordion } from '@qwik-ui/headless';
44

55
type InternalProps = {
6-
accordionItemComponent: typeof Accordion.Item;
6+
accordionItemComponent?: typeof Accordion.Item;
77
};
88

99
export type AccordionRootProps = PropsOf<'div'> & {

0 commit comments

Comments
 (0)