UNPKG

sy-bind

Version:

A lightweight binding framework for Cocos Creator

5 lines (4 loc) 156 B
import { sy_types } from "../types/SyTypes"; type Proxiable = sy_types.Proxiable; export declare const bindHandler: ProxyHandler<Proxiable>; export {};