|
|
@ -4,7 +4,7 @@ import { Dialog as HeadlessDialog, Transition } from '@headlessui/react';
|
|
|
|
|
|
|
|
|
|
|
|
type Props = Readonly<{
|
|
|
|
type Props = Readonly<{
|
|
|
|
children: React.ReactNode;
|
|
|
|
children: React.ReactNode;
|
|
|
|
isShown?: boolean;
|
|
|
|
isShown: boolean;
|
|
|
|
onClose: () => void;
|
|
|
|
onClose: () => void;
|
|
|
|
primaryButton: React.ReactNode;
|
|
|
|
primaryButton: React.ReactNode;
|
|
|
|
secondaryButton?: React.ReactNode;
|
|
|
|
secondaryButton?: React.ReactNode;
|
|
|
|