mirror of https://github.com/vector-im/riot-web
Add classname doc
parent
24c537cdb7
commit
72adfa5625
|
@ -10,6 +10,10 @@ import classNames from "classnames";
|
|||
|
||||
export interface SettingsTabProps extends HTMLAttributes<HTMLDivElement> {
|
||||
children?: React.ReactNode;
|
||||
/**
|
||||
* Added to the root div
|
||||
*/
|
||||
className?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue