UNPKG

react-rounded-border

Version:

React rounded border is a simple package that can add a round border to elements in React

3 lines (2 loc) 148 B
import { HTMLProps } from 'react'; export default function ({ ...props }: HTMLProps<HTMLDivElement> & {}): import("react/jsx-runtime").JSX.Element;