Type Alias BookChapterControlProps

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

Type declaration

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