mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-15 01:00:40 +08:00
13 lines
302 B
TypeScript
13 lines
302 B
TypeScript
import { Toolkit } from '@projectstorm/react-canvas-core';
|
|
Toolkit.TESTING = true;
|
|
|
|
export default {
|
|
title: 'External Libs'
|
|
};
|
|
|
|
import demo_3rd_dagre from './demo-dagre';
|
|
import demo_gsap from './demo-animation';
|
|
|
|
export const DagreDistribute = demo_3rd_dagre;
|
|
export const GsapAnimation = demo_gsap;
|