export interface ILikeExtendComponent<T> {
    dynamicInput?: T;
}
