UNPKG

@coconut-software/ui

Version:

React components for faster and easier web development.

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