Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLockett authored Apr 5, 2022
1 parent 23d7b22 commit 53398f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Definitions by: Sam Alexander <https://github.com/samalexander>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare class CCapture {
export default class CCapture {
constructor(settings: CCapture.Settings);

start(): void;
Expand All @@ -17,7 +17,7 @@ declare class CCapture {
complete(): boolean;
}

declare namespace CCapture {
declare namespace CCapture {
interface Settings {
/**
* Target framerate for the capture
Expand Down

0 comments on commit 53398f8

Please sign in to comment.