feat(breakpoint): integrate Breakpoint with v11 (#1957)

This commit is contained in:
Eric Liu 2024-04-21 12:35:14 -07:00 committed by GitHub
commit b4930910bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>;