Skip to content

Commit

Permalink
fix(addon\atom): mistake in types;
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Nov 1, 2019
1 parent 1b56ae6 commit 3be2d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/atoms.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export interface Atoms {
/**
* Short for `text-decoration` property. Requires [`atoms` addon](https://github.com/streamich/nano-css/blob/master/docs/atoms.md).
*/
td?: CSS.TextDecorationProperty;
td?: CSS.TextDecorationProperty<TLength>;

/**
* Short for `float` property. Requires [`atoms` addon](https://github.com/streamich/nano-css/blob/master/docs/atoms.md).
Expand Down

0 comments on commit 3be2d1f

Please sign in to comment.