Type alias IProps<T>

IProps<T>: T & {
    children: T[];
}

Type Parameters

  • T = any

Type declaration

  • children: T[]