/**
 * A builtin pattern included within the KeyFilter component.
 * @see {@link KeyFilter.pKeyFilter}
 */
export type KeyFilterPattern = 'pint' | 'int' | 'pnum' | 'money' | 'num' | 'hex' | 'email' | 'alpha' | 'alphanum';
