MCPcopy
hub / github.com/microsoft/data-formulator / RotatingTextBlockProps

Interface RotatingTextBlockProps

src/components/RotatingTextBlock.tsx:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Box, SxProps } from '@mui/material';
3
4interface RotatingTextBlockProps {
5 texts: string[];
6 rotationInterval?: number;
7 transitionDuration?: number;
8 sx?: SxProps;
9}
10
11export const RotatingTextBlock: React.FC<RotatingTextBlockProps> = ({
12 texts,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected