UNPKG

@skyux/layout

Version:

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

11 lines (10 loc) 267 B
import { SkyBackToTopMessageType } from './back-to-top-message-type'; /** * Specifies messages to send to the back to top component. */ export interface SkyBackToTopMessage { /** * The type of message to send. */ type?: SkyBackToTopMessageType; }