graph/src/components/index.ts

2 lines
115 B
TypeScript

export { default as Graph } from "./Graph";
export type { GraphOptions, D3Config } from "@quartz-community/types";