import type { HTMLAttributes } from 'react'; export interface GridProps extends HTMLAttributes { /** * @deprecated * Максимальная ширина сетки. */ maxWidth?: string | undefined; /** * Вид сетки. */ view?: string; } //# sourceMappingURL=Grid.types.d.ts.map