UNPKG

@keen.io/ui-core

Version:

Keen visual components library

8 lines (7 loc) 156 B
import { FC } from 'react'; declare type Props = { width?: number; height?: number; }; declare const Brand: FC<Props>; export default Brand;