상수 변경

This commit is contained in:
focp212@naver.com
2025-09-18 10:11:17 +09:00
parent 746358dfe1
commit 00b735b918
19 changed files with 130 additions and 44 deletions

View File

@@ -0,0 +1,20 @@
export const DEFAULT_PAGE_PARAM = {
cursor: 'string',
size: 0,
sortBy: 'string',
sortOrder: 'ASC',
orderBy: 'string',
limit: 0
};
export const FilterMotionVariants = {
hidden: {x: '100%' },
visible: { x: '0%' },
};
export const FilterMotionDuration = {
duration: 0.3
};
export const FilterMotionStyle = {
width: '100%',
height: '100%'
};