Add `css` helper to themes
parent
4221682530
commit
3e0c68734f
|
@ -0,0 +1,3 @@
|
|||
import { dt, SharedUtils } from 'primevue/themes';
|
||||
|
||||
export const css = (style) => SharedUtils.object.getItemValue(style, { dt });
|
|
@ -1,3 +1,4 @@
|
|||
export * from './color/index.js';
|
||||
export * from './css';
|
||||
export * from './dt';
|
||||
export { default as toVariables } from './toVariables';
|
||||
|
|
Loading…
Reference in New Issue