ohctechv3/.svn/pristine/51/51339d7f22406eacc94f6963167abfc9ad4549e0.svn-base
2024-10-28 15:03:36 +05:30

5 lines
158 B
Plaintext

'use client';
export { NumberInput as Unstable_NumberInput } from './NumberInput';
export * from './numberInputClasses';
export * from './NumberInput.types';