UNPKG

react-open-doodles

Version:

A Free Set of Sketchy Illustrations provided by https://www.opendoodles.com/

7 lines (6 loc) 164 B
export declare const DEFAULT_INK = "#000"; export declare const DEFAULT_ACCENT = "#FF5678"; export interface Props { ink?: string; accent?: string; }