Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

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

Open
EndyKaufman opened this issue May 14, 2019 · 0 comments
Open

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

EndyKaufman opened this issue May 14, 2019 · 0 comments
Milestone

Comments

@EndyKaufman
Copy link
Member

export interface IBaseEntityModalOptions {

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

@EndyKaufman EndyKaufman added this to the 3.9.14 milestone May 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant