UNPKG

@skyux/layout

Version:

This library was generated with [Nx](https://nx.dev).

10 lines (9 loc) 195 B
/** * The type of message to send to the back to top component. */ export declare enum SkyBackToTopMessageType { /** * Scrolls the element back to the top. */ BackToTop = 0 }