import * as React from 'react'; import { TableToolbar } from '..'; function TableToolbarWithMandatoryProps() { return Text; } function TableToolbarWithAllProps() { return ( Text Text Text ); }