Add supporting themes required for Lotusdocs
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// @flow
|
||||
import { type Variation, type Placement } from '../enums';
|
||||
|
||||
export default function getVariation(placement: Placement): ?Variation {
|
||||
return (placement.split('-')[1]: any);
|
||||
}
|
||||
Reference in New Issue
Block a user