@keen.io/ui-core
Version:
Keen visual components library
9 lines (8 loc) • 570 B
TypeScript
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const PageNumber: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {
isActive: boolean;
}, never>;
export declare const IconContainer: import("styled-components").StyledComponent<"div", any, {
isDisabled: boolean;
}, never>;
export declare const PaginationText: import("styled-components").StyledComponent<"div", any, {}, never>;