UNPKG

react-native-dash-2

Version:

Fully customizable and easy to use dash component for React Native

9 lines (8 loc) 265 B
export declare const isStyleRow: (style: any) => boolean; export declare const getDashStyle: ({ style, dashGap, dashLength, dashThickness, dashColor, }: { style: any; dashGap: any; dashLength: any; dashThickness: any; dashColor: any; }) => any;