Add supporting themes required for Lotusdocs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// @flow
|
||||
import type { SideObject } from '../types';
|
||||
import getFreshSideObject from './getFreshSideObject';
|
||||
|
||||
export default function mergePaddingObject(
|
||||
paddingObject: $Shape<SideObject>
|
||||
): SideObject {
|
||||
return {
|
||||
...getFreshSideObject(),
|
||||
...paddingObject,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user