@xyflow/react
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
10 lines • 352 B
TypeScript
type MarkerDefinitionsProps = {
defaultColor: string | null;
rfId?: string;
};
declare const _default: import("react").MemoExoticComponent<{
({ defaultColor, rfId }: MarkerDefinitionsProps): import("react/jsx-runtime").JSX.Element | null;
displayName: string;
}>;
export default _default;
//# sourceMappingURL=MarkerDefinitions.d.ts.map