UNPKG

@fesjs/fes-design

Version:
7 lines (6 loc) 256 B
import { type Ref } from 'vue'; /** * Hook that monitoring the ref value to lock or unlock the screen. * When the trigger became true, it assumes modal is now opened and vice versa. */ export default function useLockScreen(trigger: Ref<boolean>): void;