UNPKG

@harvest-profit/npk

Version:
10 lines 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const BaseInput_1 = require("../BaseInput"); const Label = ({ children, ...props }) => { return ((0, jsx_runtime_1.jsx)(BaseInput_1.BaseInputLabel, { ...props, "data-component": "input-label", children: children })); }; Label.displayName = 'Input.Label'; exports.default = Label; //# sourceMappingURL=Label.js.map