UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

8 lines (7 loc) 218 B
/// <reference types="react" /> import { SxProps } from '@mui/system'; export interface BreadcrumbsProps { sx?: SxProps; } declare const _default: (props: BreadcrumbsProps) => JSX.Element; export default _default;