interface EmitterSubscription {
    remove: (() => void);
}

Properties

Properties

remove: (() => void)