SYMBOL INDEX (7 symbols across 3 files) FILE: src/factories/createPlugin.ts function getPropertyName (line 38) | function getPropertyName(property: string, value: string | [string, stri... function getValue (line 49) | function getValue(value: string | [string, string]) { FILE: src/factories/createSpacingPlugin.ts type SpacingType (line 12) | type SpacingType = 'margin' | 'padding'; type SpacingDirection (line 20) | enum SpacingDirection { function getSpacingPropertyName (line 37) | function getSpacingPropertyName( function getConfigType (line 107) | function getConfigType(type: SpacingType, theme: any) { FILE: src/utils/negative.ts function negative (line 3) | function negative(scale: any) {