type ContentLabelProps = { id: string; }; export default function ContentLabelOptions(props: ContentLabelProps) { return (
Content Label
Remember to set the appropriate content label for your content
); };