UNPKG

@devgateway/dvz-ui-react

Version:

A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.

16 lines (15 loc) 350 B
import { default as React } from 'react'; export default Delayed; declare class Delayed extends React.Component<any, any, any> { constructor(props: any); state: { hidden: boolean; }; componentDidMount(): void; render(): any; } declare namespace Delayed { namespace propTypes { let waitBeforeShow: any; } }