Files
homarr/src/components/modules/search/SearchModule.story.tsx
2022-05-17 02:04:44 +02:00

11 lines
187 B
TypeScript

import SearchBar from './SearchModule';
export default {
title: 'Search bar',
config: {
searchBar: false,
},
};
export const Default = (args: any) => <SearchBar {...args} />;