mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
12 lines
185 B
TypeScript
12 lines
185 B
TypeScript
import SearchBar from "./SearchBar";
|
|
|
|
|
|
export default {
|
|
title: 'Search bar',
|
|
config: {
|
|
searchBar: false,
|
|
},
|
|
};
|
|
|
|
export const Default = (args: any) => <SearchBar {...args} />;
|