/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import { html } from "lit"; import { action } from "@storybook/addon-actions"; import "mail/components/unifiedtoolbar/content/search-bar.mjs"; //eslint-disable-line import/no-unassigned-import export default { title: "Widgets/Search Bar", }; export const SearchBar = () => html` Search Field Placeholder Ctrl + K Search `;