UNPKG

@canes/ecb-tas-feature

Version:
8 lines (7 loc) 243 B
/// <reference types="react" /> import { LeaveRequestUri } from "../services/request.service"; declare type Props = { type: LeaveRequestUri; }; export default function LeaveRequestCondition({ type }: Props): JSX.Element; export {};