feat: reworking the techRadar plugin to support providing your own TechRadarApi to override how the data get's into your plugin
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -60,7 +60,6 @@ export type TechRadarPageProps = TechRadarComponentProps & {
|
||||
export interface TechRadarPageProps {
|
||||
width: number;
|
||||
height: number;
|
||||
getData?: () => Promise<TechRadarLoaderResponse>;
|
||||
svgProps?: object;
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user