@porsche-design-system/components-react
Version:
Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.
12 lines (11 loc) • 321 B
TypeScript
import { Component } from 'react';
/**
* @slot {"name": "", "description": "Default slot for the button label." }
*/
export declare class DSRButtonPure extends Component<any> {
host: HTMLElement;
private internals;
private initialLoading;
private get isDisabledOrLoading();
render(): JSX.Element;
}