4 lines
97 B
TypeScript
Executable File
4 lines
97 B
TypeScript
Executable File
import BNumberInput from './BNumberInput';
|
|
export { BNumberInput };
|
|
export default BNumberInput;
|