component-disposition.enum.d.ts 62 B

1
  1. export type ComponentDisposition = 'vertical' | 'horizontal';