@amsterdam/design-system-react
Version:
All React components from the Amsterdam Design System. Use it to compose pages in your website or application.
11 lines (10 loc) • 356 B
TypeScript
/**
* @license EUPL-1.2+
* Copyright Gemeente Amsterdam
*/
import type { ProgressListStepProps } from './ProgressListStep';
type AccessibleStatusTextProps = {
status?: ProgressListStepProps['status'];
};
export declare const AccessibleStatusText: ({ status }: AccessibleStatusTextProps) => import("react/jsx-runtime").JSX.Element | null;
export {};