UNPKG

@tra-tech/react-native-kitra

Version:
14 lines (13 loc) 426 B
/// <reference types="react" /> import { ViewProps } from 'react-native'; import type { DividerProps } from '../../types'; declare const _default: import("react").ForwardRefExoticComponent<DividerProps & ViewProps & { theme?: { [index: string]: string; } | undefined; } & { typography?: any; } & { children?: import("react").ReactNode; } & import("react").RefAttributes<any>>; export default _default;