Skip to content

Commit

Permalink
Add classname doc
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jan 6, 2025
1 parent 24c537c commit 72adfa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/views/settings/tabs/SettingsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import classNames from "classnames";

export interface SettingsTabProps extends HTMLAttributes<HTMLDivElement> {
children?: React.ReactNode;
/**
* Added to the root div
*/
className?: string;
}

/**
Expand Down

0 comments on commit 72adfa5

Please sign in to comment.