UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

7 lines (6 loc) 235 B
import type * as React from 'react'; export declare function BreadcrumbsButton(props: { title: string; onClick?: React.MouseEventHandler<HTMLElement>; children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element;