label: {
"&:has(+ input[required]):after, &:has(+ textarea[required]):after": {
color: "#A90007";
content: string;
};
"&[for]": { cursor: string };
display: string;
marginBottom: "16px";
position: string;
} = ...
Type Declaration
&:has(+ input[required]):after, &:has(+ textarea[required]):after: { color: "#A90007"; content: string }
&[for]: { cursor: string }
display: string
marginBottom: "16px"
position: string