FunctionDrawerMenuItem({
children,
icon,
iconStyle,
height = 30,
onClick,
active,
}: PropsWithChildren<{
onClick?: React.Mous
client/src/features/drawer/components/DrawerMenuItem.tsx:27
FunctionEditableText({
defaultValue = '',
tagName = 'span',
className,
style,
value: controlledValue,
setValue: controlledSe
client/src/features/blocks/components/EditableText.tsx:23
FunctionSimpleSelect({
fill,
label,
inline,
value,
inputRef,
options,
formGroupStyle,
...rest
}: SimpleSelectProps & Omit<
client/src/features/ui/components/SimpleSelect.tsx:14
FunctionTablePagination({
count,
page,
rowsPerPage,
onRowsPerPageChange,
rowsPerPageOptions,
onPageChange,
isLoading,
}: Table
client/src/features/blocks/blocks/TableBlock/TablePagination.tsx:13