UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

5 lines 159 B
export class SubscriptionLog { constructor(public subscribedFrame: number, public unsubscribedFrame: number = Number.POSITIVE_INFINITY) { } }