UNPKG

@coconut-software/ui

Version:

React components for faster and easier web development.

4 lines (3 loc) 181 B
import type { PropsWithChildren } from 'react'; declare function BulkActions({ children, }: PropsWithChildren<Record<string, unknown>>): JSX.Element; export default BulkActions;