UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

42 lines (41 loc) 1 kB
import { buildStyleFns } from '../buildStyleFns'; /** @deprecated */ export const borderWidthStyleFnConfigs = [ { name: 'borderWidth', properties: ['borderWidth'], system: 'none', }, { name: 'borderTopWidth', properties: ['borderTopWidth'], system: 'none', }, { name: 'borderRightWidth', properties: ['borderRightWidth'], system: 'none', }, { name: 'borderBottomWidth', properties: ['borderBottomWidth'], system: 'none', }, { name: 'borderLeftWidth', properties: ['borderLeftWidth'], system: 'none', }, { name: 'borderInlineStartWidth', properties: ['borderInlineStartWidth'], system: 'none', }, { name: 'borderInlineEndWidth', properties: ['borderInlineEndWidth'], system: 'none', }, ]; /** @deprecated */ export const borderWidthFns = buildStyleFns(borderWidthStyleFnConfigs);