Skip to content

Commit

Permalink
fix(addon\emmet): mistake in types;
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Nov 1, 2019
1 parent 3be2d1f commit 54583fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/emmet.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export interface EmmetAddon {
/**
* 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 `text-emphasis` property. Requires [`atoms` addon](https://github.com/streamich/nano-css/blob/master/docs/atoms.md).
*/
Expand Down

0 comments on commit 54583fe

Please sign in to comment.