index.d.ts 225 B

123456
  1. import { FC } from "react";
  2. import { DageTreeActionsProps } from "./types";
  3. export declare const DageTreeActions: FC<DageTreeActionsProps>;
  4. export * from "./types";
  5. export * from "./utils";
  6. //# sourceMappingURL=index.d.ts.map