@activecollab/components
Version:
ActiveCollab Components
9 lines • 506 B
TypeScript
import { ButtonProps } from "./Button";
interface StyledButtonProps extends ButtonProps {
iconOnly: boolean;
}
export declare const StyledButton: import("styled-components").StyledComponent<"button", any, StyledButtonProps, never>;
export declare const StyledButtonElements: import("styled-components").StyledComponent<"span", any, {}, never>;
export declare const StyledButtonElement: import("styled-components").StyledComponent<"span", any, {}, never>;
export {};
//# sourceMappingURL=Styles.d.ts.map