UNPKG

@grafana/ui

Version:
9 lines (8 loc) 235 B
import * as React from 'react'; type Props = { children: React.ReactElement; visible: boolean; duration?: number; }; export declare function FadeTransition(props: Props): import("react/jsx-runtime").JSX.Element; export {};