Membrane React - v0.2.1
    Preparing search index...

    Interface ITagProps

    interface ITagProps {
        truncate?: boolean;
        inactive?: boolean;
        disabled?: boolean;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    truncate?: boolean
    inactive?: boolean
    disabled?: boolean