mirror of https://github.com/ANL-CEEESA/RELOG.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
328 B
8 lines
328 B
import type { PanelPosition, ProOptions } from '@xyflow/system';
|
|
type AttributionProps = {
|
|
proOptions?: ProOptions;
|
|
position?: PanelPosition;
|
|
};
|
|
export declare function Attribution({ proOptions, position }: AttributionProps): import("react/jsx-runtime").JSX.Element | null;
|
|
export {};
|
|
//# sourceMappingURL=index.d.ts.map
|