Add classname doc

florianduros/encryption-tab
Florian Duros 2025-01-06 14:47:37 +01:00
parent 24c537cdb7
commit 72adfa5625
No known key found for this signature in database
GPG Key ID: A5BBB4041B493F15
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ import classNames from "classnames";
export interface SettingsTabProps extends HTMLAttributes<HTMLDivElement> {
children?: React.ReactNode;
/**
* Added to the root div
*/
className?: string;
}
/**