UNPKG

@promptbook/vercel

Version:

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

10 lines (9 loc) 252 B
/** * Shows simple arrow icon pointing up or down * * @public exported from `@promptbook/components` */ export declare const ArrowIcon: ({ direction, size }: { direction: string; size: number; }) => import("react/jsx-runtime").JSX.Element;