Skip to content

Commit b569cca

Browse files
43081jjustinfagnani
authored andcommitted
misc: export attribute deserializer interface (#241)
1 parent 32bcdf6 commit b569cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/updating-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Converts property values to and from attribute values.
1717
*/
18-
interface AttributeSerializer<T = any> {
18+
export interface AttributeSerializer<T = any> {
1919

2020
/**
2121
* Deserializing function called to convert an attribute value to a property

0 commit comments

Comments
 (0)