mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
|
export { Input } from './input';
|
||
|
export { InputType } from './input.types';
|
||
|
|
||
|
export type { InputProps } from './input.types';
|