mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
5693d1945a
* Migrating Input component * Adjusting types and fixing design system import --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
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';
|