UNPKG

react-native-elements

Version:
7 lines (6 loc) 288 B
import React from 'react'; export declare type DialogActionsProps = { children?: any; }; declare const _default: React.FunctionComponent<Omit<DialogActionsProps, keyof import("../config").ThemeProps<T>>> | React.ForwardRefExoticComponent<DialogActionsProps>; export default _default;