mirror of
https://github.com/quartz-community/graph.git
synced 2026-07-22 02:50:25 +00:00
2 lines
115 B
TypeScript
2 lines
115 B
TypeScript
export { default as Graph } from "./Graph";
|
|
export type { GraphOptions, D3Config } from "@quartz-community/types";
|