diff --git a/plugins/tech-radar/src/components/RadarDescription/index.ts b/plugins/tech-radar/src/components/RadarDescription/index.ts index 748898cf0b..027407718e 100644 --- a/plugins/tech-radar/src/components/RadarDescription/index.ts +++ b/plugins/tech-radar/src/components/RadarDescription/index.ts @@ -14,4 +14,5 @@ * limitations under the License. */ -export { RadarDescription, Props } from './RadarDescription'; +export { RadarDescription } from './RadarDescription'; +export type { Props } from './RadarDescription';