mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 03:53:37 -06:00
4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
export interface LaunchBarWidgetProps {
|
|
isHorizontalLayout: boolean;
|
|
}
|