UNPKG

pagamio-frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

8 lines (7 loc) 182 B
import React from 'react'; interface AppBannerProps { text?: string; backgroundColor?: string; } declare const AppBanner: React.FC<AppBannerProps>; export default AppBanner;