chore: revert a little more

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-10-26 19:05:42 +02:00
parent e557084f26
commit a657d83855
@@ -43,7 +43,7 @@ const ANNOTATION_LINE = COMPONENT_YAML_TEMPLATE.split('\n').findIndex(line =>
ANNOTATION_REGEXP.test(line),
);
export type Props = {
type Props = {
annotation: string | string[];
readMoreUrl?: string;
};