UNPKG

@geezee/react-ui

Version:

Modern and minimalist React UI library.

7 lines (6 loc) 175 B
import React from 'react'; interface Props { color: string; } declare const _default: React.NamedExoticComponent<React.PropsWithChildren<Props>>; export default _default;