mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-17 20:49:43 -04:00
9 lines
122 B
JavaScript
9 lines
122 B
JavaScript
export default {
|
|
process() {
|
|
return 'export default {};';
|
|
},
|
|
getCacheKey() {
|
|
return 'cssTransform';
|
|
},
|
|
};
|