UNPKG

strapi-plugin-comments

Version:
4 lines (3 loc) 430 B
/// <reference types="react" /> export declare const StatusBadgeStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & (import("styled-components/dist/types").BaseObject | Omit<any, keyof import("react").Component<any, {}, any>>); export declare const StatusBadge: ({ children, textColor, ...rest }: any) => import("react/jsx-runtime").JSX.Element;