UNPKG

@activecollab/components

Version:

ActiveCollab Components

7 lines 354 B
import React, { ReactNode, ReactNodeArray } from "react"; export interface IMenuFooter { className?: string; children?: ReactNode | ReactNodeArray; } export declare const MenuFooter: React.ForwardRefExoticComponent<IMenuFooter & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>; //# sourceMappingURL=MenuFooter.d.ts.map