xp.js-styled
Version:
Build performant styled components for Web, iOS and Android platforms.
13 lines • 421 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.createTheme = void 0;
/**
* Function to create a theme based on a schema.
* @param schema - Schema with media query values.
* @returns The compiled schema for use into styled components.
*/
const createTheme = (schema) => {
return schema;
};
exports.createTheme = createTheme;
//# sourceMappingURL=createTheme.js.map
;