9 lines
163 B
JavaScript
9 lines
163 B
JavaScript
// @flow
|
|
|
|
import variable from "./../variables/platform";
|
|
|
|
export default (variables /*: * */ = variable) => {
|
|
const pickerTheme = {};
|
|
|
|
return pickerTheme;
|
|
};
|