Skip to content

Commit

Permalink
Add doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 24, 2024
1 parent c2f4c4f commit 1494355
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface ThemeControllerProps {
targetSelector?: string;
}

/** ThemeController */
export function ThemeController({ targetSelector }: ThemeControllerProps) {
return (
<div className={[styles.center, styles.prefs].join(" ")}>
Expand Down

0 comments on commit 1494355

Please sign in to comment.