Files
revenue-fe/src/hooks/types.d.ts
2025-02-01 16:44:51 +07:00

3 lines
138 B
TypeScript

export type TResponsiveBreakpoint = 'sm' | 'md' | 'lg' | 'xl' | '2xl' | number;
export type TResponsiveQuery = 'up' | 'down' | 'between';