UNPKG

piral-core

Version:

The core library for creating a Piral instance.

6 lines (5 loc) 166 B
import { PiralActions } from '../types'; /** * Hook that gets the actions for manipulating the global state. */ export declare function useActions(): PiralActions;