UNPKG

@gzup/macaw-ui-4

Version:

Gzup's UI component library

9 lines (8 loc) 277 B
interface StyledMenuPrefixProps { firstLevel?: boolean; collapsed?: boolean; transitionDuration?: number; rtl?: boolean; } export declare const StyledMenuPrefix: import("styled-components").StyledComponent<"span", any, StyledMenuPrefixProps, never>; export {};