@xylabs/react-appbar
Version:
Common React library for all XY Labs projects that use React
11 lines • 508 B
TypeScript
import type { CollapseProps } from '@mui/material';
import type { PropsWithChildren } from 'react';
import React from 'react';
import type { NavListItemProps } from '../../lib/index.ts';
export interface SubNavListItemsCollapseProps extends PropsWithChildren, CollapseProps {
collapse?: boolean;
openSubNav?: boolean;
subNavListItems?: NavListItemProps[];
}
export declare const SubNavListItemsCollapse: React.FC<SubNavListItemsCollapseProps>;
//# sourceMappingURL=SubNavListItemCollapse.d.ts.map