UNPKG

geoiq-frontend-ui-kit

Version:

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

9 lines (8 loc) 642 B
import { default as React } from 'react'; import { Breakpoints } from './responsive.config'; import { ResponsiveTypesNS } from './responsive.types'; export declare const Responsive: <T = typeof Breakpoints>(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