@nutui/nutui-react
Version:
京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序
8 lines (7 loc) • 333 B
TypeScript
export declare const customEvents: TaroGeneral.Events;
export declare function useCustomEventsPath(selector?: string): string;
export declare function useCustomEvent(selector: string, cb: any): (<T = any>(args: T) => void)[];
export declare function useParams<T = any>(args: T): {
params: T;
setParams: (args: T) => void;
};