[offers][fix] Fix pagination, include yoe in DTO and fix story bug

This commit is contained in:
BryannYeap
2022-10-10 22:09:38 +08:00
parent e6f2be64b4
commit 7052e8c175
3 changed files with 65 additions and 19 deletions

View File

@ -8,7 +8,7 @@ export type SlideOutEnterFrom = 'end' | 'start';
type Props = Readonly<{
children: React.ReactNode;
className: string;
className?: string;
enterFrom?: SlideOutEnterFrom;
isShown?: boolean;
onClose?: () => void;