mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
9b0f8d457b
* Migrating Label component to TS * label TS updates --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net> Co-authored-by: garrettbear <gwhisten@gmail.com>
3 lines
98 B
TypeScript
3 lines
98 B
TypeScript
export { Label } from './label';
|
|
export type { LabelComponent, LabelProps } from './label.types';
|