UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

7 lines (6 loc) 242 B
import * as React from 'react'; import { JobLabelRegionOption } from '../../data'; export interface JobLabelRegionFormComponentProps { options: JobLabelRegionOption[]; } export declare const JobLabelRegionForm: React.ComponentClass<any>;