Skip to main content
Version: Next

VisibilityOption type

Signature:

export type VisibilityOption = 'hidden' | 'visible' | null;