UNPKG

bizcharts

Version:
3 lines (2 loc) 196 B
import React from 'react'; export default function withContainer<Iprops>(Component: any, name?: string): React.ForwardRefExoticComponent<React.PropsWithoutRef<Iprops> & React.RefAttributes<any>>;