react-circular-menu
Version:
Circle menu component for React.
12 lines (11 loc) • 1.72 kB
TypeScript
interface Props {
$size: number;
}
export declare const StyledCircleButton: <T extends "a" | "button">(tag: T) => import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<T extends import("styled-components/dist/types").KnownTarget ? import("react").ComponentPropsWithRef<T> & import("styled-components/dist/types").BaseObject : import("styled-components/dist/types").BaseObject, Props>> & string & (T extends string ? {} : Omit<T, keyof import("react").Component<any, {}, any>>);
export declare const StyledButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
}, Props>> & string;
export declare const StyledLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
ref?: ((instance: HTMLAnchorElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLAnchorElement> | null | undefined;
}, Props>> & string;
export {};