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

6 lines
103 B
JavaScript
Raw Normal View History

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