stone-kit
Version:
uikit for redesign
32 lines (31 loc) • 682 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { l as a } from "../../../../index-BJwl9stn.js";
import { FieldInput as r } from "../../../../components/FieldInput/ui/FieldInput.js";
import { Input as t } from "../../../../components/Input/ui/Input.js";
const i = {
title: "shared/ui/FieldInput",
component: r,
parameters: {
layout: "centered"
},
tags: ["autodocs"],
args: {
handleClear: a()
}
}, m = {
args: {
label: "My Label",
children: /* @__PURE__ */ e(t, {})
}
}, p = {
args: {
label: "My Label",
isShowClear: !0,
children: /* @__PURE__ */ e(t, {})
}
};
export {
m as Default,
p as WithClearButton,
i as default
};