Skip to content

Commit 3be2d1f

Browse files
committed
fix(addon\atom): mistake in types;
1 parent 1b56ae6 commit 3be2d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/atoms.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export interface Atoms {
167167
/**
168168
* Short for `text-decoration` property. Requires [`atoms` addon](https://github.com/streamich/nano-css/blob/master/docs/atoms.md).
169169
*/
170-
td?: CSS.TextDecorationProperty;
170+
td?: CSS.TextDecorationProperty<TLength>;
171171

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

0 commit comments

Comments
 (0)