UNPKG

baseui

Version:

A React Component library implementing the Base design language

12 lines (11 loc) 561 B
import type { ActionContent, ArtworkContent, BannerProps } from './types'; export { Banner } from './banner'; export * from './constants'; export * from './styled-components'; export * from './types'; /** @deprecated use ActionContent instead. To be removed in future versions.*/ export type ActionContentT = ActionContent; /** @deprecated use ArtworkContent instead. To be removed in future versions.*/ export type ArtworkContentT = ArtworkContent; /** @deprecated use BannerProps instead. To be removed in future versions.*/ export type PropsT = BannerProps;