@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
21 lines • 1.19 kB
text/typescript
//#region src/i18n/resources/en/sideNav.d.ts
declare const _default: {
readonly 'sideNav.collapse': "Collapse sidebar";
readonly 'sideNav.demoActiveLabel': "Active";
readonly 'sideNav.demoFeatureAutoCollapseDesc': "Drag below threshold for smart collapse";
readonly 'sideNav.demoFeatureAutoCollapseTitle': "Auto-collapse";
readonly 'sideNav.demoFeaturePerformanceDesc': "No animation overhead for better performance";
readonly 'sideNav.demoFeaturePerformanceTitle': "Performance";
readonly 'sideNav.demoFeatureResizeDesc': "Drag to adjust panel width";
readonly 'sideNav.demoFeatureResizeTitle': "Flexible Resize";
readonly 'sideNav.demoFeatureSmartHandleDesc': "Hover to reveal toggle button";
readonly 'sideNav.demoFeatureSmartHandleTitle': "Smart Handle";
readonly 'sideNav.demoFeaturesTitle': "Features";
readonly 'sideNav.demoHint': "Try dragging the panel edge and using the toggle button ->";
readonly 'sideNav.demoSubtitle': "A workspace-style side panel with draggable resize";
readonly 'sideNav.demoTitle': "DraggableSideNav Demo";
readonly 'sideNav.expand': "Expand sidebar";
};
//#endregion
export { _default };
//# sourceMappingURL=sideNav.d.mts.map