UNPKG

@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.

9 lines (8 loc) 233 B
import type { FC } from 'react'; type LoadingMessageProps = { loading: boolean; initialLoading: boolean; }; export declare const loadingId = "loading"; export declare const LoadingMessage: FC<LoadingMessageProps>; export {};