interface PropertyFormTabConfig<T> {
    children?: T[];
    title: string;
}

Type Parameters

Properties

Properties

children?: T[]
title: string