rucken/core

fix: Add generic type of components, for all look as it

EndyKaufman opened this issue · 0 comments

export interface IBaseEntityModalOptions {

export interface IBaseEntityModalOptions<T=any> {
component?: T;
class?: string;
initialState?: Partial;
}