Skip to content

Commit

Permalink
🏷️ fix: 修正 styled 类型导出的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 12, 2023
1 parent 3e49cac commit 74551ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ export interface CreateStyled {
): CreateStyledComponent<{ theme?: Theme; as?: React.ElementType }, JSX.IntrinsicElements[Tag]>;
}

export type { BaseCreateStyled };
export interface CreateStyled extends BaseCreateStyled, StyledTags {}

0 comments on commit 74551ed

Please sign in to comment.