UNPKG

lazycss-base

Version:

A javaScript powered Css tool

5 lines (4 loc) 194 B
import cssList from "./cssList"; import { cssMethods } from "./cssList"; declare const useStyle: ({ ...args }: cssList, selfMethod?: cssMethods | undefined) => any; export default useStyle;