febo-ui
Version:
Acelere seu Desenvolvimento com Nossa Biblioteca de Componentes para React, Febo UI
15 lines • 863 B
TypeScript
/// <reference types="react" />
interface Props {
backgroundColor: string;
color?: string;
borderColor?: string;
size?: "small" | "medium" | "large";
bold?: boolean;
disabled?: boolean;
border?: "default" | "pill" | "rounded";
borderStyle?: "dotted" | "dashed" | "solid";
}
export declare const Badge: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Props>>;
export declare const Text: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, Partial<Props>>>;
export {};
//# sourceMappingURL=styled.d.ts.map