/** * diwa-divider — Public TypeScript types */ export type DividerOrientation = 'horizontal' | 'vertical'; //# sourceMappingURL=types.d.ts.map