UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

9 lines (8 loc) 201 B
/** * Shows simple microphone icon * * @public exported from `@promptbook/components` */ export declare const MicIcon: ({ size }: { size: number; }) => import("react/jsx-runtime").JSX.Element;