lint
This commit is contained in:
parent
8ba271bb6c
commit
87e1c88452
@ -10,7 +10,6 @@ const RETURN_TYPE_SYMBOL = Symbol.for('RETURN_TYPE');
|
|||||||
export type DATA_TYPE = typeof DATA_TYPE_SYMBOL;
|
export type DATA_TYPE = typeof DATA_TYPE_SYMBOL;
|
||||||
export type RETURN_TYPE = typeof RETURN_TYPE_SYMBOL;
|
export type RETURN_TYPE = typeof RETURN_TYPE_SYMBOL;
|
||||||
|
|
||||||
|
|
||||||
@Directive()
|
@Directive()
|
||||||
export abstract class IqserDialogComponent<ComponentType, DataType, ReturnType> {
|
export abstract class IqserDialogComponent<ComponentType, DataType, ReturnType> {
|
||||||
readonly [DATA_TYPE_SYMBOL]!: DataType;
|
readonly [DATA_TYPE_SYMBOL]!: DataType;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user