Type alias ProgressBarProps
ProgressBarProps: {
percent?: number;
rounded?: boolean;
text?: boolean | ReactNode | ((percent) => ReactNode);
} & NativeProps<"--track-width" | "--track-color" | "--fill-color" | "--text-width">
Type declaration
Optional percent?: number
Optional rounded?: boolean
Optional text?: boolean | ReactNode | ((percent) => ReactNode)