UNPKG

@promptbook/remote-client

Version:

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

12 lines (11 loc) 269 B
type AttachmentIconProps = { size?: number; color?: string; }; /** * @@@ * * @public exported from `@promptbook/components` */ export declare function AttachmentIcon({ size, color }: AttachmentIconProps): import("react/jsx-runtime").JSX.Element; export {};