@activecollab/components
Version:
ActiveCollab Components
18 lines • 1.09 kB
TypeScript
/// <reference types="react" />
export declare const StyledNavBarButton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../Button/Button").ButtonProps & {
children?: import("react").ReactNode;
} & import("react").RefAttributes<HTMLButtonElement>>, any, {
$direction: "next" | "previous";
}, never>;
interface StyledMonthInterface {
$isCurrent: boolean;
$isSelected: boolean;
$isCurrentQuarter: boolean;
}
export declare const StyledMonths: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledMonth: import("styled-components").StyledComponent<"div", any, StyledMonthInterface, never>;
export declare const StyledYearMonthPicker: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledYearMonthPickerNavBar: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledYearMonthPickerNavBarItem: import("styled-components").StyledComponent<"span", any, {}, never>;
export {};
//# sourceMappingURL=Styles.d.ts.map