diff options
-rw-r--r-- | src/lib/Markdown/types.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/Markdown/types.ts b/src/lib/Markdown/types.ts index 8fb28ed..0b6f4b6 100644 --- a/src/lib/Markdown/types.ts +++ b/src/lib/Markdown/types.ts @@ -1,7 +1,3 @@ -export interface InlineParserPropTypes { - line: string; -} - export interface ParserPropTypes { rawLines: string[]; } |