Skip to content

useVisible

获取当前页面显隐状态。

typescript
import { useVisible } from '@uni-helper/uni-use';

const isVisible = useVisible();

Released under the MIT License.