mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-31 22:24:59 +08:00
[offers][fix] Fix pagination, include yoe in DTO and fix story bug
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user