strapi-plugin-comments
Version:
6 lines (5 loc) • 395 B
TypeScript
/// <reference types="react" />
export declare const IconButtonGroup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<any, {
isSingle?: boolean | undefined;
withMargin?: boolean | undefined;
}>> & string & (import("styled-components/dist/types").BaseObject | Omit<any, keyof import("react").Component<any, {}, any>>);