/** * Copyright (c) 2019, WSO2 LLC. (https://www.wso2.com). All Rights Reserved. * * WSO2 LLC. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ /// declare const constants: { BUTTON_VALUE: string; CHECKBOX_CHILD_1_LABEL: string; CHECKBOX_CHILD_1_VALUE: string; CHECKBOX_CHILD_2_LABEL: string; CHECKBOX_CHILD_2_VALUE: string; CHECKBOX_CHILD_3_LABEL: string; CHECKBOX_CHILD_3_VALUE: string; CHECKBOX_LABEL: string; CHECKBOX_NAME: string; CHECKBOX_REQUIRED_MESSAGE: string; CHECKBOX_VALUE: string[]; CUSTOM_DATA_ID: string; CUSTOM_ELEMENT: JSX.Element; DROPDOWN_CHILD_1_KEY: number; DROPDOWN_CHILD_1_VALUE: string; DROPDOWN_CHILD_2_KEY: number; DROPDOWN_CHILD_2_VALUE: string; DROPDOWN_DEFAULT: string; DROPDOWN_LABEL: string; DROPDOWN_NAME: string; DROPDOWN_PLACEHOLDER: string; DROPDOWN_REQUIRED_MESSAGE: string; DROPDOWN_VALUE: string; GENERATE_PASSWORD: string; HIDE_PASSWORD: string; PASSWORD_LABEL: string; PASSWORD_NAME: string; PASSWORD_PLACEHOLDER: string; PASSWORD_REQUIRED_MESSAGE: string; PASSWORD_VALIDATION_FAILED: string; PASSWORD_VALID_MESSAGE: string; PASSWORD_VALUE: string; RADIO_CHILD_1_LABEL: string; RADIO_CHILD_1_VALUE: string; RADIO_CHILD_2_LABEL: string; RADIO_CHILD_2_VALUE: string; RADIO_DEFAULT: string; RADIO_LABEL: string; RADIO_NAME: string; RADIO_VALUE: string; RESET_VALUE: string; SHOW_PASSWORD: string; SUBMIT: string; TEXT_BOX_LABEL: string; TEXT_BOX_NAME: string; TEXT_BOX_PLACEHOLDER: string; TEXT_BOX_REQUIRED_MESSAGE: string; TEXT_BOX_VALIDATION_FAILED: string; TEXT_BOX_VALID_MESSAGE: string; TEXT_BOX_VALUE: string; listen: any; onClick: any; onSubmit: any; }; export default constants;