mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
023249a944
* migration of HeaderBase to use TS Box version * migration of HeaderBase to use TS Box version * update snapshot * fix lint error * Some small updates to types and removing deprecated storyook functions --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
7 lines
161 B
TypeScript
7 lines
161 B
TypeScript
export { HeaderBase } from './header-base';
|
|
export type {
|
|
HeaderBaseProps,
|
|
HeaderBaseComponent,
|
|
HeaderBaseStyleUtilityProps,
|
|
} from './header-base.types';
|