UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

9 lines (8 loc) 286 B
import { Scheduler } from '../Scheduler'; import { SubscriptionLog } from './SubscriptionLog'; export declare class SubscriptionLoggable { subscriptions: SubscriptionLog[]; scheduler: Scheduler; logSubscribedFrame(): number; logUnsubscribedFrame(index: number): void; }