UNPKG

@sanity/tsdoc

Version:

Generate API reference docs from TypeScript projects and store in a Sanity-friendly JSON format. Render a static frontend, or as React components.

15 lines (13 loc) 252 B
import {defineType} from 'sanity' export const tsdocModifierTagType = defineType({ type: 'object', name: 'tsdoc.modifierTag', title: 'Modifier tag', fields: [ { type: 'string', name: 'name', title: 'Name', }, ], })