feat(breakpoint): integrate Breakpoint with v11

This commit is contained in:
Eric Liu 2024-04-21 12:33:10 -07:00
commit 15a550f130
7 changed files with 14 additions and 8 deletions

View file

@ -12,7 +12,7 @@ export interface BreakpointProps {
size?: BreakpointSize;
/**
* Carbon grid sizes as an object
* Bind to all Carbon grid breakpoints.
* @default { sm: false, md: false, lg: false, xlg: false, max: false, }
*/
sizes?: Record<BreakpointSize, boolean>;