mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-10-18 01:34:47 +03:00
* stash * and those * stash * stash * stash * stash * tests * fix errors * revert * stash * fix lint * prettier
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
export const prefixSelectors = (
|
|
tag: string,
|
|
selectors: string[],
|
|
style: string
|
|
) => selectors.map((selector) => `${tag}::-${selector} ${style}`);
|