Preparing search index...
    interface TagListIntentProps {
        children?: ReactNode;
        intent: INTENT;
        isExpand?: boolean;
        isGhost?: boolean;
        list: ReactNode[];
        size?: SIZE;
        uppercase?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    children?: ReactNode
    intent: INTENT
    isExpand?: boolean
    isGhost?: boolean
    list: ReactNode[]
    size?: SIZE
    uppercase?: boolean