UNPKG

@redocly/theme-experimental

Version:

Experimental UI components lib

17 lines (14 loc) 344 B
import type { Schema } from '@markdoc/markdoc'; export const card: Schema = { attributes: { title: { type: String, required: false }, icon: { type: String, required: false }, links: { type: String }, }, selfClosing: true, render: 'Card', }; export const cardsBlock: Schema = { attributes: {}, render: 'CardsBlock', };