UNPKG

pakt-api

Version:

This is a API HTML Documentation Generator

9 lines (8 loc) 291 B
import { CSSObject } from '@emotion/react'; import { CSSProperties } from 'react'; export declare function makeStyle<T extends { [key: string]: CSSProperties; }>(arg: T): T; export declare function makeClass<T extends { [key: string]: CSSObject; }>(arg: T): Record<keyof T, string>;