UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

4 lines (3 loc) 182 B
import { PropsWithChildren } from 'react'; import { OperationsProps } from './interface'; export default function Operations(props: PropsWithChildren<OperationsProps>): JSX.Element;