Skip to content

Commit 271004b

Browse files
authored
fix: remove styles export from typings
1 parent ed1e4bd commit 271004b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ export function stringToTokens(
8181

8282
export function tokensToAST(tokens: ReadonlyArray<Token>): ASTNode[];
8383

84-
export const styles: any;
85-
8684
export interface MarkdownProps {
8785
rules?: RenderRules;
8886
style?: StyleSheet.NamedStyles<any>;

0 commit comments

Comments
 (0)