UNPKG

@wordpress/components

Version:
11 lines 254 B
export type ProgressBarProps = { /** * Value of the progress bar. */ value?: number; /** * A CSS class to apply to the progress bar wrapper (track) element. */ className?: string; }; //# sourceMappingURL=types.d.ts.map