MCPcopy Create free account
hub / github.com/UI5/webcomponents / insertScrollbarStyles

Function insertScrollbarStyles

packages/base/src/ScrollbarStyles.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import scrollbarStyles from "./generated/css/ScrollbarStyles.css.js";
3
4const insertScrollbarStyles = () => {
5 createOrUpdateStyle(scrollbarStyles, "data-ui5-scrollbar-styles");
6};
7
8export default insertScrollbarStyles;

Callers 1

bootExecutorFunction · 0.85

Calls 1

createOrUpdateStyleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…