UNPKG

@zohodesk/components

Version:

In this Package, we Provide Some Basic Components to Build Web App

10 lines (9 loc) 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LAST_NAME = exports.FIRST_NAME = void 0; var FIRST_NAME = 'FIRST_NAME'; exports.FIRST_NAME = FIRST_NAME; var LAST_NAME = 'LAST_NAME'; exports.LAST_NAME = LAST_NAME;