UNPKG

@gzup/macaw-ui-4

Version:

Gzup's UI component library

8 lines (7 loc) 258 B
interface StyledMenuSuffixProps { firstLevel?: boolean; collapsed?: boolean; transitionDuration?: number; } export declare const StyledMenuSuffix: import("styled-components").StyledComponent<"span", any, StyledMenuSuffixProps, never>; export {};