UNPKG

vuestic-ui

Version:
10 lines (9 loc) 279 B
import { u as useTextColor } from "./useTextColor.mjs"; const useElementTextColor = (background) => { const { textColorComputed } = useTextColor(background); return textColorComputed; }; export { useElementTextColor as u }; //# sourceMappingURL=useElementTextColor.mjs.map