UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

5 lines (4 loc) 318 B
import { ScaleableProps } from "./scaleable-context"; export declare type ScaleablePropsAndInvalid = keyof ScaleableProps | 'size'; export declare const ScaleablePropKeys: Array<ScaleablePropsAndInvalid>; export declare const withPureProps: <T extends Record<any, any>>(props: T) => Omit<T, ScaleablePropsAndInvalid>;