Repository URL to install this package:
import { ReactNode } from 'react'; /** * PROPS */ export interface RowProps { children?: ReactNode | string; className?: string; }