UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

5 lines (4 loc) 183 B
export interface ThinkingProcessProps { children: string; } export declare const ThinkingProcess: ({ children }: ThinkingProcessProps) => import("react/jsx-runtime").JSX.Element;