UNPKG

@heycar-uikit/core

Version:
4 lines (3 loc) 243 B
import { ResponsivePropertyType } from "../Grid.types-86cd2afe"; declare function getGridClassNames(props: Record<string, ResponsivePropertyType | undefined>, styles: Record<string, string>): string[]; export { getGridClassNames as default };