UNPKG

197 BTypeScriptView Raw
1export declare const highlightStyle: (color: string) => string;
2export declare const highlightObject: (color: string) => {
3 outline: string;
4 outlineOffset: number;
5 boxShadow: string;
6};