UNPKG

@octopusdeploy/design-system-components

Version:
5 lines (4 loc) 260 B
import { type ReactElement } from "react"; import { type CalloutType } from "./Callout.constants"; import type { CalloutContent } from "./calloutContent"; export declare const renderCalloutContent: (content: CalloutContent, type: CalloutType) => ReactElement;