UNPKG

@action-land/component

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