snail.view 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/snail.view.d.ts +1 -1
- package/package.json +1 -1
package/dist/snail.view.d.ts
CHANGED
|
@@ -468,4 +468,4 @@ type ElementSize = {
|
|
|
468
468
|
declare function useObserver(): IObserver & IScope;
|
|
469
469
|
|
|
470
470
|
export { configLink, css, link, linkMap, useAnimation, useLink, useObserver };
|
|
471
|
-
export type { ElementSize, IAnimationManager, ILinkManager, IObserver, LinkElement, LinkFile, LinkOptions, TransitionEffectOptions };
|
|
471
|
+
export type { AlignStyle, AllStyle, BorderStyle, CSS, CSSDescriptor, ElementSize, FlexStyle, HeightStyle, IAnimationManager, ICSSManager, ILinkManager, IObserver, LinkElement, LinkFile, LinkOptions, MarginStyle, PaddingStyle, TransitionEffectOptions, TransitionStyle, WidthStyle };
|
package/package.json
CHANGED