MCPcopy
hub / github.com/alibaba/lowcode-demo / IProps

Interface IProps

demo-basic-antd/src/plugins/plugin-logo-sample/index.tsx:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Dropdown, Menu } from '@alifd/next';
4import './index.scss';
5export interface IProps {
6 logo?: string;
7 href?: string;
8 scenarioInfo?: any;
9 scenarioDisplayName?: string;
10}
11
12const Logo: React.FC<IProps> = (props): React.ReactElement => {
13 const { scenarioDisplayName, scenarioInfo } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected