UNPKG

@carbon/charts

Version:
8 lines (7 loc) 177 B
import { LayoutDirection } from './enums'; export interface LayoutConfigs { /** * Direction/orientation of the layout */ direction?: LayoutDirection; }