interface PointProps {
    intent: INTENT;
    isItalic?: boolean;
    text: string;
    title?: ReactNode;
}

Properties

intent: INTENT
isItalic?: boolean
text: string
title?: ReactNode