Type Alias Props

Props: {
    children?: any[];
    [k: string]: any;
}