UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

13 lines (12 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DraftStatusBadge = void 0; var DraftStatusBadge = props => { return props.draft ? { label: 'Draft', color: 'warning' } : null; }; exports.DraftStatusBadge = DraftStatusBadge;