UNPKG

@qctrl/visualizer

Version:

The Q-CTRL Visualizer is a package for displaying animated 3d Bloch sphere visualizations.

6 lines (5 loc) 259 B
/** * Creates a div to be used for the visualisation content. Styles are set for a grid layout, the grid properties are taken from the template that is passed in. */ declare const generateContentDiv: () => HTMLDivElement; export default generateContentDiv;