interface PropertyBaseProps {
    paper?: boolean;
    tip?: ReactNode;
    title?: string;
    titleProps?: PropertyTitleProps;
}

Properties

paper?: boolean
tip?: ReactNode
title?: string
titleProps?: PropertyTitleProps