// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/dropdown/demo/arrow.tsx correctly 1`] = `
Array [
,
,
,
,
,
,
,
]
`;
exports[`renders ./components/dropdown/demo/arrow-center.tsx correctly 1`] = `
Array [
,
,
,
,
,
,
,
]
`;
exports[`renders ./components/dropdown/demo/basic.tsx correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/context-menu.tsx correctly 1`] = `
Right Click on here
`;
exports[`renders ./components/dropdown/demo/custom-dropdown.tsx correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/dropdown-button.tsx correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/event.tsx correctly 1`] = `
Hover me, Click menu item
`;
exports[`renders ./components/dropdown/demo/item.tsx correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/loading.tsx correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/menu-full.tsx correctly 1`] = `
Hover to check menu style
`;
exports[`renders ./components/dropdown/demo/overlay-open.tsx correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/placement.tsx correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/render-panel.tsx correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/selectable.tsx correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/sub-menu.tsx correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/trigger.tsx correctly 1`] = `
`;