UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

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