mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
798a9b0e60
* migration of Popover to use TS Box version * fix lint error * Updating docs --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
8 lines
205 B
TypeScript
8 lines
205 B
TypeScript
export { Popover } from './popover';
|
|
export { PopoverPosition, PopoverRole } from './popover.types';
|
|
export type {
|
|
PopoverProps,
|
|
PopoverStyleUtilityProps,
|
|
PopoverComponent,
|
|
} from './popover.types';
|