Hiyve Components - v1.0.0
    Preparing search index...

    Interface FileCommentsPanelIcons

    Icon overrides for the FileCommentsPanel component.

    interface FileCommentsPanelIcons {
        comment: ReactNode;
        delete: ReactNode;
        edit: ReactNode;
        send: ReactNode;
    }
    Index

    Properties

    Properties

    comment: ReactNode

    Header icon

    delete: ReactNode

    Delete action icon

    edit: ReactNode

    Edit action icon

    send: ReactNode

    Send button icon