feat(controllers): ✨ add new input and button components
* Introduced ButtonCtrl, IconButtonCtrl, NativeSelectCtrl, PasswordInputCtrl, SwitchCtrl, TextAreaCtrl, TextInputCtrl * Updated FormerControllers.types.ts to include SpecialIDProps * Enhanced lib.ts to export new components
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export * from './Gridler'
|
||||
|
||||
export * from './Former';
|
||||
export * from './FormerControllers';
|
||||
export * from './Gridler';
|
||||
|
||||
export {
|
||||
type MantineBetterMenuInstance,
|
||||
@@ -7,4 +8,4 @@ export {
|
||||
MantineBetterMenusProvider,
|
||||
type MantineBetterMenuStoreState,
|
||||
useMantineBetterMenus,
|
||||
} from "./MantineBetterMenu";
|
||||
} from './MantineBetterMenu';
|
||||
|
||||
Reference in New Issue
Block a user