Skip to content

Commit

Permalink
limit exports from package root
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrice committed Jun 10, 2020
1 parent 84458f2 commit b40ea34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/fast-element/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export * from "./attributes";
export * from "./controller";
export * from "./interfaces";
export * from "./template-compiler";
export * from "./styles";
export { StyleTarget, ElementStyles, css } from "./styles";
export * from "./view";
export * from "./observation/observable";
export * from "./observation/notifier";
Expand Down

0 comments on commit b40ea34

Please sign in to comment.