UNPKG

geoiq-frontend-ui-kit

Version:

This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.

14 lines (13 loc) 665 B
import { default as React } from 'react'; import { ResponsiveTypesNS } from './responsive.types'; export declare const Responsive: <T = { sm: "640px"; md: "768px"; lg: "1024px"; xl: "1280px"; xl2: "1536px"; }>(props: ResponsiveTypesNS<T>["ResponsiveProps"]) => string | number | boolean | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | Omit<Partial<{ [key in keyof T]: React.ReactNode; }> & { children: React.ReactNode; breakpoints?: T | undefined; }, "children" | "breakpoints">[Exclude<keyof T, "children" | "breakpoints">] | null | undefined; //# sourceMappingURL=responsive.d.ts.map