UNPKG

@action-land/component

Version:
8 lines (7 loc) 247 B
import { PPP } from './pickValueFromComponent'; /** * Pick input state type from component or component props * @typeparam P Either ComponentProps or ComponentNext * @category ComponentNext */ export declare type iState<P> = PPP<P, 'iState'>;