UNPKG

@smart-react-components/ui

Version:
7 lines (6 loc) 339 B
import { Props as OverlayElementProps } from '../Overlay/OverlayElement'; interface Props extends OverlayElementProps { duration: number; } declare const _default: import("styled-components").StyledComponent<"div", any, import("@smart-react-components/core").StyledProps & OverlayElementProps & Props, never>; export default _default;