UNPKG

@promptbook/anthropic-claude

Version:

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

10 lines (9 loc) 250 B
/** * Renders a nice clock icon with a specific time. * * @private internal subcomponent of `<Chat>` component */ export declare function ClockIcon({ date, size }: { date: Date; size?: number; }): import("react/jsx-runtime").JSX.Element;