MCPcopy Create free account
hub / github.com/bsoc-bitbyte/busify / CustomEmptyProps

Interface CustomEmptyProps

frontend/src/types.d.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import {TooltipProps} from '@mui/material/Tooltip';
3
4export interface CustomEmptyProps {
5 title?: string;
6 description?: string;
7 img?: string;
8}
9export interface CustomButtonProps extends Omit<TooltipProps, 'children'> {
10 label: string;
11 title?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected