Add supporting themes required for Lotusdocs
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// @flow
|
||||
export const max = Math.max;
|
||||
export const min = Math.min;
|
||||
export const round = Math.round;
|
||||
Reference in New Issue
Block a user