MCPcopy
hub / github.com/RealKai42/qwerty-learner / DrawerProps

Interface DrawerProps

src/components/Drawer/index.tsx:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5export type Placement = 'left' | 'top' | 'right' | 'bottom'
6
7interface DrawerProps {
8 open?: boolean
9 placement?: Placement
10 onClose?: () => void
11 children?: React.ReactNode
12 classNames?: string
13}
14
15const transitionDirectionMap = {
16 left: '-translate-x-full',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected