Skip to content

Commit

Permalink
feat: reeport useful types from css-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Jun 4, 2021
1 parent 0c0a9c6 commit 9b5e301
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/render-html/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export {
TRenderEngine,
TStyles
} from '@native-html/transient-render-engine';
export type { MixedStyleDeclaration } from '@native-html/css-processor';
export type {
AnchorTagName,
AttribTagNames,
Expand All @@ -26,6 +27,7 @@ export type {
GroupingTagNames,
InteractiveTagNames,
MetadataTagNames,
MixedStyleRecord,
SectioningTagNames,
SerializableElement,
SerializableNode,
Expand Down

0 comments on commit 9b5e301

Please sign in to comment.