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