mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-03 03:55:56 +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} />;
|