UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

17 lines (14 loc) 284 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen /** * The type of an `Admonition`. */ export type AdmonitionType = 'Note' | 'Info' | 'Tip' | 'Important' | 'Success' | 'Failure' | 'Warning' | 'Danger' | 'Error';