UNPKG

react-native-responsive-linechart

Version:

Customizable linechart for react-native that works with flex

9 lines (8 loc) 240 B
import { LayoutChangeEvent } from 'react-native'; export declare const useComponentDimensions: () => { dimensions: { width: number; height: number; } | undefined; onLayout: (event: LayoutChangeEvent) => void; };