@promptbook/utils
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
17 lines (16 loc) • 513 B
TypeScript
import { SVGProps } from 'react';
/**
* Renders a menu icon.
*
* This icon is typically used in buttons that toggle the visibility of
* navigation menus or dropdowns.
*
* @param props - SVG properties augmented with an optional `size`
* @private internal subcomponent used by various components
*/
export declare function MenuIcon(props: SVGProps<SVGSVGElement> & {
size?: number;
}): import("react/jsx-runtime").JSX.Element;
/**
* TODO: !!! Mark all components to not be used outside of browser
*/