mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* BannerTip to TS * removing actionButtonProps control from storybook file * fixing console errors in storybook * BannerTip docs fixes, prop fixes and test updates --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
4 lines
156 B
TypeScript
4 lines
156 B
TypeScript
export { BannerTip } from './banner-tip';
|
|
export { BannerTipLogoType } from './banner-tip.types';
|
|
export type { BannerTipProps } from './banner-tip.types';
|