@sanity/form-builder
Version:
Sanity form builder
18 lines • 380 B
TypeScript
export declare function focusRingBorderStyle(border: {
color: string;
width: number;
}): string;
export declare function focusRingStyle(opts: {
base?: {
bg: string;
};
border?: {
color: string;
width: number;
};
focusRing: {
offset: number;
width: number;
};
}): string;
//# sourceMappingURL=helpers.d.ts.map