VisibilityOption 类型 是否等待元素可见或隐藏。传入 null 以禁用可见性检查。 签名 export type VisibilityOption = 'hidden' | 'visible' | null;