@carbon/ibm-products
Version:
Carbon for IBM Products
14 lines • 570 B
TypeScript
/**
* Copyright IBM Corp. 2026
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
import React from 'react';
import { IconButtonProps } from '@carbon/react';
export interface PageHeaderScrollButtonProps extends IconButtonProps {
collapseText?: string;
expandText?: string;
}
export declare const PageHeaderScrollButton: React.ForwardRefExoticComponent<PageHeaderScrollButtonProps & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=PageHeaderScrollButton.d.ts.map