UNPKG

smart-grid-g

Version:
5 lines (4 loc) 214 B
import { SmartGridType, SmartGridProps } from './interface'; export declare const setProps: (extraProps: Partial<SmartGridProps<any>>) => void; declare const SmartGridFn: SmartGridType; export default SmartGridFn;