Add css helper to themes

This commit is contained in:
Mert Sincan 2024-05-03 23:10:39 +01:00
parent 4221682530
commit 3e0c68734f
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
import { dt, SharedUtils } from 'primevue/themes';
export const css = (style) => SharedUtils.object.getItemValue(style, { dt });