UNPKG

288 BTypeScriptView Raw
1import React from 'react';
2export declare type DialogActionsProps = {
3 children?: any;
4};
5declare const _default: React.FunctionComponent<Omit<DialogActionsProps, keyof import("../config").ThemeProps<T>>> | React.ForwardRefExoticComponent<DialogActionsProps>;
6export default _default;