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