UNPKG

ste-core

Version:
5 lines (4 loc) 137 B
/** * Event handler type definition for subscription changes. */ export type SubscriptionChangeEventHandler = (count: number) => void;