We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cb4ac commit b2b9817Copy full SHA for b2b9817
src/types.ts
@@ -37,7 +37,7 @@ export type RsiProps<T extends string> = {
37
autoMapHeaders?: boolean
38
// Headers matching accuracy: 1 for strict and up for more flexible matching
39
autoMapDistance?: number
40
- // initial Step state to be rendered on load
+ // Initial Step state to be rendered on load
41
initialStepState?: StepState
42
// Date format to use
43
dateFormat?: string
0 commit comments