mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-05 04:55:58 +01:00
11 lines
199 B
TypeScript
11 lines
199 B
TypeScript
|
|
import { SettingsMenuButton } from "./SettingsMenu";
|
||
|
|
|
||
|
|
export default {
|
||
|
|
title: ' menu',
|
||
|
|
args: {
|
||
|
|
opened: false,
|
||
|
|
},
|
||
|
|
};
|
||
|
|
|
||
|
|
export const Default = (args: any) => <SettingsMenuButton {...args} />;
|