UNPKG

react-and

Version:

A lightweight React component for joining multiple components in a grammatically correct way.

11 lines (9 loc) 282 B
import React from "react"; interface IProps { children?: React.ReactNode; conjuction?: string; oxfordComma?: boolean; } declare const ReactAnd: ({ children, conjuction, oxfordComma }: IProps) => JSX.Element; export default ReactAnd; //# sourceMappingURL=index.d.ts.map