Skip to content

Commit

Permalink
fix: export stylesheet and responsive property
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Aug 1, 2022
1 parent b77e73e commit c862216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as parseStyleSheet } from "@lib/parse-stylesheet/parse-stylesheet";
export { breakpoints, Breakpoints } from "@lib/breakpoints/breakpoints";
export { StyleSheet, ResponsiveProperty } from "@lib/stylesheet/stylesheet";
1 change: 1 addition & 0 deletions lib/stylesheet/stylesheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
} from "./properties/flexbox";
import { ResponsiveProperty } from "./responsive-property";

export { ResponsiveProperty } from "./responsive-property";
export interface StyleSheet {
// [box-model]
height?: height;
Expand Down

1 comment on commit c862216

@vercel
Copy link

@vercel vercel bot commented on c862216 Aug 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.