ov25-ui
Version:
A UI configurator for OV25 product visualization
12 lines (11 loc) • 474 B
TypeScript
import React from 'react';
export type ModulePositionTypeTabsProps = {
className?: string;
embed?: 'bottomPanel' | 'variantSheet';
};
/**
* All / Middle / Corner / End tabs for Snap2 compatible modules. Syncs with {@link useOV25UI}
* `selectedModuleType` (shared with {@link ModuleBottomPanel}).
* On narrow width (not bottom dock), switches to a dropdown like variant tabs.
*/
export declare const ModulePositionTypeTabs: React.FC<ModulePositionTypeTabsProps>;