oak-general-business/lib/pages/subwayLine/upsertSubway/web.d.ts

9 lines
309 B
TypeScript

import { WebComponentProps } from 'oak-frontend-base';
import { EntityDict } from '../../../general-app-domain';
export default function Render(props: WebComponentProps<EntityDict, 'subway', false, {
oakId: string;
name: string;
onClose: () => void;
openSubway: boolean;
}, {}>): JSX.Element;