kitchen-color-studio
Version:
an open-source color editor for designing color system
11 lines (10 loc) • 375 B
TypeScript
/// <reference types="react" />
/******************************************************
************************* Dom *************************
******************************************************/
export interface IW3cShield {
color1: string;
color2: string;
}
declare const W3cShield: import("react").NamedExoticComponent<IW3cShield>;
export default W3cShield;