TapDialog takes.
Properties
children
footer?
labelledBy?
onClose
Returns
void
open
false.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The props TapDialog takes.
TapDialog takes.
children: ReactNode;
optional footer?: ReactNode;
optional labelledBy?: string;
onClose: () => void;
void
open: boolean;
false.
title: string;
Was this page helpful?