theme.accent,
fover: {
self: {
transform: "scale(1.3)" as any,
bg: (theme: Theme) => theme.accent,
},
},
},
props,
) as any)}
/>
);
};
export const DottedSeparator = (props: Stylable) => {
const { css } = useYoshiki();
return {String.fromCharCode(0x2022)}
;
};