UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 246 B
import { InstructionsOutputModel } from './InstructionsOutput.types'; declare const InstructionsOutput: ({ type, colorTextCustom, ...props }: InstructionsOutputModel) => import("react/jsx-runtime").JSX.Element; export default InstructionsOutput;