masterplan-calendar-frontend / MobileActionSheetProps
Interface: MobileActionSheetProps¶
Defined in: src/components/MobileActionSheet.tsx:7
Props for an accessible phone action sheet.
Properties¶
children¶
children:
ReactNode
Defined in: src/components/MobileActionSheet.tsx:11
description?¶
optionaldescription?:string
Defined in: src/components/MobileActionSheet.tsx:10
onClose¶
onClose: () =>
void
Defined in: src/components/MobileActionSheet.tsx:12
Returns¶
void
open¶
open:
boolean
Defined in: src/components/MobileActionSheet.tsx:8
title¶
title:
string
Defined in: src/components/MobileActionSheet.tsx:9