5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
'use client'
|
|
import { hookstate } from '@hookstate/core';
|
|
|
|
export const isDrawer = hookstate(false)
|