UNPKG

vuestic-ui

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