UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

5 lines (4 loc) 175 B
import React from 'react'; import { StackProps } from '@mui/material'; declare const OnFlexSingleRow: React.FC<Omit<StackProps, 'direction'>>; export default OnFlexSingleRow;