chore(components): 🔧 Update TypeScript files in components directory
This commit is contained in:
parent
4f7a67f1ef
commit
df2dac4c28
4 changed files with 9 additions and 4 deletions
|
|
@ -5,7 +5,8 @@
|
|||
* Supports multiple layout variants.
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
/** @jsxImportSource react */
|
||||
|
||||
import styled from 'styled-components';
|
||||
import { WizardProgress } from './WizardProgress';
|
||||
import { WizardStepRenderer } from './WizardStepRenderer';
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
* Navigation buttons for wizard: Back, Next/Continue, Skip.
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
/** @jsxImportSource react */
|
||||
|
||||
import styled from 'styled-components';
|
||||
import { useWizard } from '../useWizard';
|
||||
import type { WizardNavigationProps } from '../types';
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
* Supports numbered, dots, and bar variants.
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
/** @jsxImportSource react */
|
||||
|
||||
import styled from 'styled-components';
|
||||
import { useWizardProgress } from '../hooks/useWizardProgress';
|
||||
import { useWizard } from '../useWizard';
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@
|
|||
* Supports optional transition animations.
|
||||
*/
|
||||
|
||||
import React, { useMemo } from 'react';
|
||||
/** @jsxImportSource react */
|
||||
|
||||
import { useMemo } from 'react';
|
||||
import styled from 'styled-components';
|
||||
import { useWizard } from '../useWizard';
|
||||
import type { WizardStepRendererProps, StepProps } from '../types';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue