SYMBOL INDEX (24 symbols across 9 files) FILE: docs/examples/custom-svg-icon.jsx function getFinishIcon (line 6) | function getFinishIcon() { function getErrorIcon (line 31) | function getErrorIcon() { FILE: docs/examples/nextStep.jsx function generateRandomSteps (line 7) | function generateRandomSteps() { class MyForm (line 19) | class MyForm extends React.Component { method render (line 35) | render() { FILE: docs/examples/stepIcon.jsx function stepIcon (line 6) | function stepIcon({ status, node }) { FILE: src/Context.ts type StepsContextProps (line 4) | interface StepsContextProps { FILE: src/Rail.tsx type RailProps (line 5) | interface RailProps { function Rail (line 12) | function Rail(props: RailProps) { FILE: src/Step.tsx function hasContent (line 11) | function hasContent(value: T) { type StepProps (line 15) | interface StepProps { function Step (line 38) | function Step(props: StepProps) { FILE: src/StepIcon.tsx type StepIconSemanticContextProps (line 6) | interface StepIconSemanticContextProps { type StepIconProps (line 13) | type StepIconProps = React.HTMLAttributes; FILE: src/Steps.tsx type Status (line 8) | type Status = 'error' | 'process' | 'finish' | 'wait'; type SemanticName (line 12) | type SemanticName = type ItemSemanticName (line 24) | type ItemSemanticName = type ComponentType (line 35) | type ComponentType = React.ComponentType | string; type StepItem (line 37) | type StepItem = { type StepIconRender (line 50) | type StepIconRender = (info: { type RenderInfo (line 60) | type RenderInfo = { type StepsProps (line 66) | interface StepsProps { function Steps (line 106) | function Steps(props: StepsProps) { FILE: src/UnstableContext.ts type UnstableContextProps (line 3) | interface UnstableContextProps {