UNPKG

@grafana/ui

Version:
11 lines (10 loc) 283 B
import * as React from 'react'; type Props = { children: React.ReactElement; visible: boolean; size: number; duration?: number; horizontal?: boolean; }; export declare function SlideOutTransition(props: Props): import("react/jsx-runtime").JSX.Element; export {};