UNPKG

@keen.io/ui-core

Version:

Keen visual components library

7 lines (6 loc) 368 B
export declare const FadeMask: import("styled-components").StyledComponent<"div", any, { isMaskTransparent: boolean; }, never>; export declare const MotionContainer: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, { scrollY: number; }, never>;