UNPKG

@geist-ui/core

Version:

Modern and minimalist React UI library.

4 lines (3 loc) 295 B
import { GetAllScalePropsFunction, GetScalePropsFunction, ScaleProps } from "./scale-context"; export declare const generateGetScaleProps: <P>(props: P & ScaleProps) => GetScalePropsFunction; export declare const generateGetAllScaleProps: <P>(props: P & ScaleProps) => GetAllScalePropsFunction;