UNPKG

@surveycake/rc

Version:

react component of surveycake

9 lines (8 loc) 199 B
/// <reference types="react" /> interface ColorProps { name: string; color: string; note?: string; } declare function Color(props: ColorProps): JSX.Element; export default Color;