UNPKG

react-raster

Version:

Advanced grid- and styling-system which is highly customizable and ready for server-side-rendering.

10 lines (9 loc) 230 B
interface Props { currentBreakpoint: { index: number; value: number; }; className?: string; } export default function useClassName({ className, currentBreakpoint, }: Props): string; export {};