Preparing search index...
    interface TagCommonProps {
        children?: ReactNode;
        isExpand?: boolean;
        isGhost?: boolean;
        size?: SIZE;
        uppercase?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    children?: ReactNode
    isExpand?: boolean
    isGhost?: boolean
    size?: SIZE
    uppercase?: boolean