UNPKG

react-hoc-modal

Version:
5 lines (4 loc) 329 B
import { type DependencyList, type EffectCallback } from "react"; import globalStyles from "./style.module.scss"; export declare const Style: (styleOrArray: string | string[], styles?: typeof globalStyles, prefix?: string) => string; export declare const useLayoutEffect: (effect: EffectCallback, deps?: DependencyList) => void;