amotify
Version:
UI Component for React,NextJS,esbuild
13 lines (12 loc) • 378 B
TypeScript
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];
};