import type {Breakpoint, Position} from '..' // Props export interface Props { gutterX?: string gutterY?: string fluid?: boolean | Breakpoint toast?: Record position?: Position } // Emits // Other