Skip to content

Commit

Permalink
chore(accordion): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Apr 22, 2024
1 parent 9bd84cf commit 06e9bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export type AccordionItemIndicatorProps = {
*/
isDisabled?: boolean;
};

export interface Props<T extends object = {}>
extends Omit<ItemProps<"button", T>, "children" | "title" | keyof FocusableProps>,
FocusableProps,
Expand Down Expand Up @@ -85,7 +86,6 @@ export interface Props<T extends object = {}>
* ```
*/
classNames?: SlotsToClasses<AccordionItemSlots>;

/**
* Customizable heading tag for Web accessibility:
* use headings to describe content and use them consistently and semantically.
Expand Down

0 comments on commit 06e9bc5

Please sign in to comment.