UNPKG

@nile-ui/nile-ui

Version:

Modern and beautiful looking component designs

4 lines (3 loc) 290 B
import React from 'react'; import { ColProps } from './types'; export default function Col({ children, className, size, sizeSm, sizeMd, sizeLg, sizeXl, sizeXxl, offset, offsetSm, offsetMd, offsetLg, offsetXl, offsetXxl, contentWidth, orderFirst, orderLast, }: ColProps): React.JSX.Element;