UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

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