UNPKG

@guardian/threads

Version:
9 lines (8 loc) 202 B
import { FC, ReactNode } from 'react'; declare type MenuTitleProps = { label?: string; sublabel?: string; icon?: ReactNode; }; export declare const MenuTitle: FC<MenuTitleProps>; export {};