UNPKG

@chamn/engine

Version:
7 lines (6 loc) 170 B
import { CSetter } from '../type'; type CSSValueSetterProps = { propertyKey: string; }; export declare const CSSValueSetter: CSetter<CSSValueSetterProps>; export {};