UNPKG

@spaced-out/ui-design-system

Version:
14 lines 525 B
import type { Flow } from 'flow-to-typescript-codemod'; import type { IconSize, IconType } from '../Icon'; export type SubMenuLinkProps = { menuLinkTitle?: string; menuLinkIcon: string; menuLinkIconSize?: IconSize; menuLinkIconType?: IconType; menuKey: string; selectedMenuKey?: string; disabled?: boolean; onChange?: (selectedMenuLinkKey: string) => unknown; }; export declare const SubMenuLink: Flow.AbstractComponent<SubMenuLinkProps, HTMLElement>; //# sourceMappingURL=SubMenuLink.d.ts.map