UNPKG

react-circular-menu

Version:
8 lines (7 loc) 381 B
interface Props { menuActive: boolean; rotationAngle: number; $radius: number; } export declare const StyledCircleMenuItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Props>> & string; export {};