UNPKG

@navinc/base-react-components

Version:
7 lines (6 loc) 286 B
export const AnimateHeightContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export function AnimateHeight({ children, ...props }: { [x: string]: any; children: any; }): JSX.Element; export default AnimateHeight;