UNPKG

@bizhermit/react-sdk

Version:
9 lines (8 loc) 222 B
import { FC, HTMLAttributes } from "react"; declare const Row: FC<HTMLAttributes<HTMLDivElement> & { $center?: boolean; $right?: boolean; $fill?: boolean; $nowrap?: boolean; }>; export default Row;