因此,我对改写和打字体来说很新,而且有一个简单的问题,但似乎无法找到答案。
试图使用打字片,在以下几个字幕后,用无头的ui子ui:here
我正试图在以下构成部分中使用该推进剂:<代码><Tab>,称作s selected/code>,但由于被选定为无效,因此正在演变成问题?
the code:
<Tab
className={({ selected }) => {
classNames(
"w-full rounded-lg py-2.5 text-sm font-medium leading-5 text-blue-700",
"ring-white ring-opacity-60 ring-offset-2 ring-offset-blue-400 focus:outline-none focus:ring-2",
selected
? "bg-blue-50"
: "bg-blue-100"
);
}}
></Tab>
文字汇编错误:
The expected type comes from property className which is declared here on type IntrinsicAttributes & CleanProps<"button", TabPropsWeControl> & OurProps<"button", TabRenderPropArg> & { ...; } & { ...; }
确信在界定类型方面存在着一些错误,但我甚至知道如何找到<条码>的类型:条码>,P.S.的类别是<条码>的>,其中载明[]条码>,并填写<条码>。