✏️ Added jsDoc for some components
This commit is contained in:
@@ -7,6 +7,15 @@ import { Library } from "./Library";
|
||||
interface ITabulatedContentContainerProps {
|
||||
category: string;
|
||||
}
|
||||
/**
|
||||
* Component to draw the contents of a category in a table.
|
||||
*
|
||||
* @component
|
||||
* @example
|
||||
* return (
|
||||
* <TabulatedContentContainer category={"library"} />
|
||||
* )
|
||||
*/
|
||||
|
||||
const TabulatedContentContainer = (
|
||||
props: ITabulatedContentContainerProps,
|
||||
|
||||
Reference in New Issue
Block a user