import { FaCheck } from 'react-icons/fa'; import type { ToolbarItemProps } from 'react-science/ui'; import { ToolBarButton } from './ToolBarButton.js'; export function SaveButton( props: Pick, ) { return ( } /> ); }