DialogConfigOf
Generic types: | T |
Extracts a strictly typed DialogConfig
type from a dialog component type that extends
.
See Also
Presentation
type DialogConfigOf = DialogConfig<DialogInputOf <T>, DialogRefOf <T>>;
Example usage
const config : DialogConfigOf <MyDialog> = { ... };