Skip to content

Commit 54583fe

Browse files
committed
fix(addon\emmet): mistake in types;
1 parent 3be2d1f commit 54583fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addon/emmet.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export interface EmmetAddon {
193193
/**
194194
* Short for `text-decoration` property. Requires [`atoms` addon](https://github.com/streamich/nano-css/blob/master/docs/atoms.md).
195195
*/
196-
td?: CSS.TextDecorationProperty;
196+
td?: CSS.TextDecorationProperty<TLength>;
197197
/**
198198
* Short for `text-emphasis` property. Requires [`atoms` addon](https://github.com/streamich/nano-css/blob/master/docs/atoms.md).
199199
*/

0 commit comments

Comments
 (0)