UNPKG

@skyux/layout

Version:

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

11 lines (10 loc) 214 B
/** * Specifies options for the back to top component. */ export interface SkyBackToTopOptions { /** * Whether to hide the back to top button. * @default false */ buttonHidden?: boolean; }