UNPKG

baseui

Version:

A React Component library implementing the Base design language

4 lines (3 loc) 215 B
import * as React from 'react'; import type { BannerProps } from './types'; export declare function Banner({ action, artwork, children, hierarchy, kind, overrides, nested, title, }: BannerProps): React.JSX.Element;