import React from 'react';
import {
  Toolbar as RACToolbar,
  type ToolbarProps,
} from 'react-aria-components';

export function Toolbar(props: ToolbarProps) {
  return <RACToolbar {...props} />;
}
