Preparing search index...
    interface PointProps {
        intent: INTENT;
        isItalic?: boolean;
        text: string;
        title?: ReactNode;
    }
    Index

    Properties

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