UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

7 lines (6 loc) 330 B
import React from 'react'; import { ScaleableProps } from "./scaleable-context"; declare const withScaleable: <T, P = {}>(Render: React.ComponentType<P & { ref?: React.Ref<T> | undefined; }>) => React.ForwardRefExoticComponent<React.PropsWithoutRef<P & ScaleableProps> & React.RefAttributes<T>>; export default withScaleable;