UNPKG

phx-react

Version:

PHX REACT

10 lines (9 loc) 350 B
import * as React from 'react'; import { ReactNode } from 'react'; type Props = Readonly<{ 'data-test-id'?: string; children: ReactNode; }>; export declare function DialogButtonsList({ children }: Props): React.JSX.Element; export declare function DialogActions({ children, 'data-test-id': dataTestId }: Props): React.JSX.Element; export {};