Feat: Added RenameDialog NumberInput and Spin storybook #9914 (#9925)

### What problem does this PR solve?

Feat: Added RenameDialog NumberInput and Spin storybook 

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-09-05 09:57:00 +08:00
committed by GitHub
parent 982ec24fa7
commit 41cb94324a
16 changed files with 541 additions and 863 deletions

View File

@ -1,3 +1,4 @@
import '@/locales/config';
import type { Preview } from '@storybook/react-webpack5';
import { createElement } from 'react';
import { TooltipProvider } from '../src/components/ui/tooltip';