UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

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