UNPKG

climb-onyx-gui

Version:
14 lines (13 loc) 695 B
import { ButtonProps } from 'react-bootstrap/Button'; interface SidebarButtonProps extends ButtonProps { sidebarCollapsed: boolean; setSidebarCollapsed: (sideBarCollapsed: boolean) => void; } interface CopyToClipboardButtonProps extends ButtonProps { showTitle?: boolean; } export declare function SidebarButton(props: SidebarButtonProps): import("react/jsx-runtime").JSX.Element; export declare function CopyToClipboardButton(props: CopyToClipboardButtonProps): import("react/jsx-runtime").JSX.Element; export declare function OnyxGithubButton(): import("react/jsx-runtime").JSX.Element; export declare function OnyxDocsButton(): import("react/jsx-runtime").JSX.Element; export {};