UNPKG

strapi-plugin-comments

Version:
8 lines (7 loc) 544 B
/// <reference types="react" /> export declare const StatusBadgeStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<any, { color?: string | undefined; }>> | (import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<any, { color?: string | undefined; }>> & Omit<any, keyof import("react").Component<any, {}, any>>); export declare const StatusBadge: ({ children, textColor, ...rest }: any) => import("react/jsx-runtime").JSX.Element;