index.d.ts 545 B

1234567891011121314
  1. export const __esModule: boolean;
  2. export const Canvas: any;
  3. export const Chart: any;
  4. export const Children: any;
  5. export const Component: any;
  6. export const Fragment: (props: any) => any;
  7. export const Timeline: any;
  8. export const createElement: typeof _jsx.jsx;
  9. export const createRef: any;
  10. export const jsx: typeof _jsx.jsx;
  11. export const render: (element: import(".").JSX.Element, container: any, animate?: boolean) => any;
  12. export const renderShape: typeof _diff.renderShape;
  13. import _jsx = require("./jsx");
  14. import _diff = require("./base/diff");