UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 246 B
/// <reference types="react" /> import { BannerProps } from './Banner.types'; /** * Displays relevant system-wise information to the user */ declare const Banner: ({ color, children }: BannerProps) => JSX.Element; export default Banner;