primevue-mirror/components/lib/props/style/border/properties/width.js

6 lines
95 B
JavaScript
Raw Permalink Normal View History

2024-02-17 23:42:39 +00:00
import { token } from '../..';
export default {
borderWidth: token.prop('borderWidth')
};