UNPKG

fui-fancyui

Version:
9 lines (8 loc) 537 B
import { TMenu } from './TMenu.model'; import { TStyledPrefixAndOmiter } from '../../../types/TStyledPrefixAndOmiter'; import { TTheme } from '../../../types/TTheme'; type StyledMenuProps = TStyledPrefixAndOmiter<TMenu> & { theme: TTheme; }; export declare const MenuContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledMenuProps>> & string; export {};