UNPKG

react-timed-renderer

Version:

React component that re-renders at the interval provided.

6 lines (5 loc) 195 B
import React from 'react'; import { DivProps } from 'react-html-props'; export interface DemoProps extends DivProps { } export declare const Demo: ({ ...props }: DemoProps) => React.JSX.Element;