UNPKG

@furystack/shades

Version:

Google Authentication Provider for FuryStack

6 lines (5 loc) 172 B
export type PartialElement<T> = T extends { style?: CSSStyleDeclaration } ? Omit<Partial<T>, 'style'> & { style?: Partial<CSSStyleDeclaration> } : Partial<T>