Skip to content

Commit

Permalink
fix(Loading): export component
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Aug 1, 2023
1 parent 6e6f0eb commit bb65352
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Expand Up @@ -92,6 +92,11 @@ export { default as Tooltip } from './Tooltip'
import { TooltipProps as TTooltipProps } from './Tooltip'
export type TooltipProps = TTooltipProps

// Data Display > Loading
export { default as Loading } from './Loading'
import { LoadingProps as TLoadingProps } from './Loading'
export type LoadingProps = TLoadingProps

// ----------------------- < Data Input > ----------------------- //

// Data Input > Form
Expand Down

0 comments on commit bb65352

Please sign in to comment.