UNPKG

@gzup/macaw-ui-4

Version:

Gzup's UI component library

6 lines (5 loc) 187 B
interface StyledMenuIconProps { rtl?: boolean; } export declare const StyledMenuIcon: import("styled-components").StyledComponent<"span", any, StyledMenuIconProps, never>; export {};