oak-general-business/es/components/icon/web.d.ts

5 lines
245 B
TypeScript

import React from 'react';
import { EntityDict } from '../../oak-app-domain';
import { WebComponentProps } from 'oak-frontend-base';
export default function Render(props: WebComponentProps<EntityDict, 'token', true, {}, {}>): React.JSX.Element;