UNPKG

amotify

Version:

UI Component for React,NextJS,esbuild

13 lines (12 loc) 378 B
import { StyleProps } from '../@declares'; export type ReadStyleSet<T = any> = { (p: T): T; }; export declare const ReadStyleSet: ReadStyleSet; export type GenerateHTMLProps = { <T = any>(p: T): T; }; export declare const GenerateHTMLProps: GenerateHTMLProps; export declare const ExtractStyles: { <T = StyleProps.BasicElement>(props: T): [StyleProps.States, T]; };