trilium/apps/client/src/widgets/launch_bar/launch_bar_widget.ts

4 lines
75 B
TypeScript

export interface LaunchBarWidgetProps {
isHorizontalLayout: boolean;
}