figspec-react

React binding for Figspec web components

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
declare namespace JSX {
  interface IntrinsicElements {
    "figspec-viewer": any;
  }
}