mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
style: run prettier formatter over src and tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
interface Props {
|
||||
content: string;
|
||||
scrollRatio?: number; // 0-1, where the viewport is
|
||||
visibleRatio?: number; // 0-1, what fraction of content is visible
|
||||
scrollRatio?: number; // 0-1, where the viewport is
|
||||
visibleRatio?: number; // 0-1, what fraction of content is visible
|
||||
}
|
||||
|
||||
export function Minimap({ content, scrollRatio = 0, visibleRatio = 1 }: Props) {
|
||||
@@ -30,4 +30,4 @@ export function Minimap({ content, scrollRatio = 0, visibleRatio = 1 }: Props) {
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user