UNPKG

@promptbook/remote-client

Version:

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

11 lines (10 loc) 273 B
import React from 'react'; /** * @@@ * * @public exported from `@promptbook/components` */ export declare function SaveIcon({ size, color, ...props }: { size?: number; color?: string; } & React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;