UNPKG

phx-react

Version:

PHX REACT

7 lines (6 loc) 169 B
import React from 'react'; interface IRowProps { children: React.ReactNode; } export default function PHXRow({ children }: IRowProps): React.JSX.Element; export {};