UNPKG

@wulperstudio/cms

Version:
10 lines (9 loc) 278 B
import { ReactNode } from 'react'; export interface InstructionsOutputModel { instructions: Array<ReactNode>; type?: 'ordered' | 'unordered' | 'simple' | 'custom'; iconCustom?: ReactNode; title?: string; children?: ReactNode; colorTextCustom?: string; }