UNPKG

baseui

Version:

A React Component library implementing the Base design language

8 lines (7 loc) 362 B
import type { StyledComponentArgs } from './types'; export { default as Icon } from './icon'; export { Svg as StyledSvg, getSvgStyles } from './styled-components'; export * from './icon-exports'; export * from './types'; /** @deprecated use StyledComponentArgs instead. To be removed in future versions.*/ export type StyledComponentArgsT = StyledComponentArgs;