import { Component } from "../component"; /** * Expression of basic HTML field type */ export type HTMLTableData = string; /** * Validation function for html table fields. * @param {HTMLTableData} s * @returns {HTMLTableData|undefined} */ export const HTMLTableData = (s: HTMLTableData): HTMLTableData | undefined => !!(String(s).match(/^