jsx-email
Version:
Render JSX email components to HTML email
10 lines • 444 B
TypeScript
export declare const useCallback: (fn: Function) => Function;
export declare const useEffect: () => void;
export declare const useLayoutEffect: () => void;
export declare function useMemo(fn: Function): any;
export declare function useReducer(_: any, value: any, init: Function): any[];
export declare const useRef: (value: any) => {
current: any;
};
export declare const useState: (value: any) => any[];
//# sourceMappingURL=hooks.d.ts.map