primevue-mirror/components/lib/props/style/appearance/index.js

17 lines
305 B
JavaScript
Raw Normal View History

2024-02-17 23:42:39 +00:00
import { token } from '..';
export default {
appearance: token.prop('appearance')
};
2024-02-16 08:48:00 +00:00
/* const { styleClass } = require('../../utils');
module.exports = (root, opts) => {
const appearance = {
'appearance-none': 'none'
};
styleClass('appearance', appearance, root, opts);
};
*/