import { Tag } from '../../types/componentOptions'; /** * CdrGrid component properties */ export type CdrGridProps = { /** Defines gutter size, accepts responsive values */ gutter?: string; /** Sets the HTML tag for the grid element */ tag?: Tag; };