UNPKG

@action-land/component

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