type ModSheetProps = { sheetBody: string | null; sheetTitle: string | null; sheetDescription: string | null; sheetButton: string | null; sheetSubmitButton: string | null; className: string | undefined; }; export type { ModSheetProps };