UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

13 lines (12 loc) 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PublishedStatusBadge = void 0; var PublishedStatusBadge = props => { return props.published ? { label: 'Published', color: 'success' } : null; }; exports.PublishedStatusBadge = PublishedStatusBadge;