UNPKG

gatsby-drupal-webform

Version:
5 lines (4 loc) 195 B
import { WebformCustomComponent } from '..'; export declare const DEFAULT_SELECT_LABEL = "-- Select --"; export declare const WebformSelect: WebformCustomComponent; export default WebformSelect;