UNPKG

@sandlada/mdc

Version:

@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.

7 lines 386 B
/** * @license * Copyright 2026 Kai-Orion & Sandlada * SPDX-License-Identifier: MIT */ const e={Email:`email`,Number:`number`,Password:`password`,Search:`search`,Tel:`tel`,Text:`text`,Url:`url`,Color:`color`,Date:`date`,DatetimeLocal:`datetime-local`,Month:`month`,Time:`time`,Week:`week`,Textarea:`textarea`};export{e as TextFieldType}; //# sourceMappingURL=text-field.interface.js.map