UNPKG

259 BTypeScriptView Raw
1import React from 'react';
2export declare type DialogActionsProps = {
3 children?: any;
4};
5declare const _default: React.FunctionComponent<Pick<DialogActionsProps, "children">> | React.ForwardRefExoticComponent<DialogActionsProps>;
6export default _default;