export const fabricTypes = ['fabric', 'lining', 'canvas', 'interfacing', 'various'] export const lineTypes = ['note', 'mark', 'contrast', 'help'] export const lineWidths = [ 'stroke-xs', 'stroke-sm', 'default', 'stroke-lg', 'stroke-xl', 'stroke-xxl' ] export const lineStrokes = ['dotted', 'dashed', 'lashed']