UNPKG

quill-component-library

Version:
7 lines (6 loc) 189 B
declare const ConceptExplanation: ({ description, leftBox, rightBox, }: { description: any; leftBox: any; rightBox: any; }) => JSX.Element; export { ConceptExplanation };