You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.1 KiB
23 lines
1.1 KiB
import React from 'react';
|
|
import { DividerProps } from '../divider/Divider';
|
|
declare const _default: React.FunctionComponent<Omit<import("react-native").ViewProps & {
|
|
color?: string;
|
|
inset?: boolean;
|
|
insetType?: "left" | "right" | "middle";
|
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
subHeader?: string;
|
|
subHeaderStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
orientation?: "horizontal" | "vertical";
|
|
width?: number;
|
|
} & Partial<import("../config").ThemeProps<DividerProps>>, keyof import("../config").ThemeProps<T>>> | React.ForwardRefExoticComponent<import("react-native").ViewProps & {
|
|
color?: string;
|
|
inset?: boolean;
|
|
insetType?: "left" | "right" | "middle";
|
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
subHeader?: string;
|
|
subHeaderStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
orientation?: "horizontal" | "vertical";
|
|
width?: number;
|
|
} & Partial<import("../config").ThemeProps<DividerProps>>>;
|
|
export default _default;
|