2013-05-11 21:02:42 +02:00
|
|
|
return {
|
2014-01-13 06:46:33 +01:00
|
|
|
basic = require("radical.item_style.basic" ),
|
|
|
|
classic = require("radical.item_style.classic" ),
|
|
|
|
rounded = require("radical.item_style.rounded" ),
|
|
|
|
arrow_alt = require("radical.item_style.arrow_alt" ),
|
|
|
|
arrow_prefix = require("radical.item_style.arrow_prefix" ),
|
2014-01-25 07:33:50 +01:00
|
|
|
arrow_single = require("radical.item_style.arrow_single" ),
|
2013-05-11 21:02:42 +02:00
|
|
|
}
|