UNPKG

phx-react

Version:

PHX REACT

8 lines 390 B
import * as React from 'react'; export function DialogButtonsList({ children }) { return React.createElement("div", { className: 'DialogButtonsList' }, children); } export function DialogActions({ children, 'data-test-id': dataTestId }) { return (React.createElement("div", { className: 'DialogActions', "data-test-id": dataTestId }, children)); } //# sourceMappingURL=Dialog.js.map