UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

7 lines (6 loc) 231 B
import type { JSX } from 'preact'; export type MenuExpandIconProps = JSX.SVGAttributes<SVGSVGElement>; /** * Icon generated from menu-expand.svg */ export default function MenuExpandIcon(props: MenuExpandIconProps): JSX.Element;