7 lines
164 B
TypeScript
7 lines
164 B
TypeScript
|
// License: LGPL-3.0-or-later
|
||
|
import MoneyTextField from './MoneyTextField';
|
||
|
|
||
|
export {MoneyTextField};
|
||
|
|
||
|
export type {IMoneyTextFieldProps} from './MoneyTextField';
|