9 lines
391 B
TypeScript
9 lines
391 B
TypeScript
/// <reference types="react" />
|
|
import { EntityDict } from '../../../oak-app-domain';
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, "station", false, {
|
|
openStation: boolean;
|
|
onClose: () => void;
|
|
subwayId: string;
|
|
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
export default _default;
|