Generated API snapshot
@askrjs/ui/progress
Exports from the declarations published in @askrjs/ui 0.0.13. Signatures are generated from the installed artifact.
@askrjs/ui/progress0.0.13
Exports
This entrypoint publishes 8 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.
Progresstype
Progress: (props: ProgressProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementPROGRESS_A11Y_CONTRACTtype
PROGRESS_A11Y_CONTRACT: { readonly ROLE: "progressbar"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly percentage: "data-percentage"; }; readonly VALUE_NOW_ATTRIBUTE: "aria-valuenow"; readonly VALUE_MIN_ATTRIBUTE: "aria-valuemin"; readonly VALUE_MAX_ATTRIBUTE: "aria-valuemax"; readonly INDICATOR_MARKER: "data-progress-indicator"; readonly INDICATOR_PERCENTAGE_ATTRIBUTE: "data-percentage"; }ProgressA11yContracttype
ProgressA11yContract: anyProgressIndicatortype
ProgressIndicator: { (props: ProgressIndicatorProps): JSX.Element; (props: ProgressIndicatorAsChildProps): JSX.Element; }ProgressIndicatorAsChildPropstype
ProgressIndicatorAsChildProps: anyProgressIndicatorPropstype
ProgressIndicatorProps: anyProgressOwnPropstype
ProgressOwnProps: anyProgressPropstype
ProgressProps: any