UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

17 lines (16 loc) 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LiveEditBadge = void 0; var LiveEditBadge = props => { var liveEdit = props.liveEdit; if (liveEdit) { return { label: 'Live', color: 'danger' }; } return null; }; exports.LiveEditBadge = LiveEditBadge;