Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ ColorModeButtonProps
Interface
ColorModeButtonProps
frontend/src/components/ui/color-mode.tsx:49–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
interface ColorModeButtonProps extends Omit<IconButtonProps,
"aria-label"
> {}
50
51
export const ColorModeButton = React.forwardRef<
52
HTMLButtonElement,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected