UNPKG

@payfit/unity-components

Version:

7 lines (6 loc) • 216 B
import { PropsWithChildren } from 'react'; declare const DialogActions: { ({ children }: PropsWithChildren<object>): import('react/jsx-runtime').JSX.Element; displayName: string; }; export { DialogActions };