mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 09:52:09 +03:00
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
import GhostDropdown from 'ghost/components/gh-dropdown';
|
|
|
|
var GhostPopover = GhostDropdown.extend({
|
|
classNames: 'ghost-popover'
|
|
});
|
|
|
|
export default GhostPopover;
|