MCPcopy
hub / github.com/primer/react / Props

Interface Props

packages/react/src/_VisuallyHidden.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import sx from './sx'
4
5interface Props {
6 isVisible?: boolean
7}
8
9const VisuallyHidden = styled.span<Props & SxProp>`
10 ${({isVisible = false}) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected