UNPKG

@action-land/component

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