@workday/canvas-kit-preview-react
Version:
Canvas Kit Preview is made up of components that have the full design and a11y review, are part of the DS ecosystem and are approved for use in product. The API's could be subject to change, but not without strong communication and migration strategies.
17 lines • 700 B
TypeScript
import { ExtractProps } from '@workday/canvas-kit-react/common';
import { TertiaryButton } from '@workday/canvas-kit-react/button';
export interface SidePanelToggleButtonProps extends ExtractProps<typeof TertiaryButton, never> {
/**
* The tooltip text to expand the side panel
*/
tooltipTextExpand?: string;
/**
* The tooltip text to collapse the side panel
*/
tooltipTextCollapse?: string;
}
/**
* A toggle button styled specifically for the side panel container.
*/
export declare const SidePanelToggleButton: import("@workday/canvas-kit-react/common").ElementComponent<"button", SidePanelToggleButtonProps>;
//# sourceMappingURL=SidePanelToggleButton.d.ts.map