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