mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 14:34:24 +01:00
4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
export interface LaunchBarWidgetProps {
|
|
isHorizontalLayout: boolean;
|
|
}
|