interface ContentHeaderProps {
    back?: string | boolean;
    rightTitle?: ReactNode;
    title: ReactNode;
    url?: string;
}

Properties

back?: string | boolean
rightTitle?: ReactNode
title: ReactNode
url?: string

Generated using TypeDoc