Type Alias BookChapterControlProps

BookChapterControlProps: {
    className?: string;
    getActiveBookIds?: () => string[];
    handleSubmit: (scrRef: SerializedVerseRef) => void;
    scrRef: SerializedVerseRef;
}

Type declaration

  • OptionalclassName?: string
  • OptionalgetActiveBookIds?: () => string[]
  • handleSubmit: (scrRef: SerializedVerseRef) => void
  • scrRef: SerializedVerseRef