UNPKG

@webwriter/geometry-cloze

Version:

Create and view geometry exercises with coloring, styling and labeling options.

5 lines (3 loc) 136 B
import DividerLine from '../elements/DividerLine'; import Shape from '../elements/Shape'; export type Child = Shape | DividerLine;