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

    Variable defaultFileCommentsPanelLabelsConst

    defaultFileCommentsPanelLabels: FileCommentsPanelLabels = ...

    Default English labels for the FileCommentsPanel component.

    import { defaultFileCommentsPanelLabels } from '@hiyve/react-collaboration';

    const customLabels = {
    ...defaultFileCommentsPanelLabels,
    title: 'Notes',
    placeholder: 'Leave a note...',
    };