UNPKG

react-native-track-player

Version:
7 lines (6 loc) 210 B
export interface FeedbackOptions { /** Marks wether the option should be marked as active or "done" */ isActive: boolean; /** The title to give the action (relevant for iOS) */ title: string; }