| 1 | import * as React from 'react' |
| 2 | |
| 3 | export interface VisibilityProps extends StrictVisibilityProps { |
| 4 | [key: string]: any |
| 5 | } |
| 6 | |
| 7 | export interface StrictVisibilityProps { |
| 8 | /** An element type to render as (string or function). */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…