UNPKG

@inkline/paper

Version:

Paper is a unified interface for defining components for Vue and React using a single code base.

3 lines (2 loc) 146 B
import { UnwrapState } from '../types'; export declare function unwrapState<State extends Record<string, any>>(state: State): UnwrapState<State>;