UNPKG

infinity-forge

Version:
11 lines (10 loc) 295 B
import { IconsNames } from '../../../../../ui/index.js'; interface ResultsJobProps { button: { href: string; text: string; svg?: IconsNames; }; } export declare function ResultsJob({ button }: ResultsJobProps): import("react/jsx-runtime").JSX.Element; export {};