Repository URL to install this package:
Version:
0.9.6 ▾
|
/**
* PROPS
*/
export interface RowProps {
children?: any
className?: string
}