UNPKG

@scaleflex/icons

Version:
8 lines (7 loc) 246 B
export type StylableComponent<S extends string | string[] = undefined> = (S extends undefined ? {} : { customProperties?: Partial<Record<S extends string ? S : S[number], string | undefined>>; }) & { className?: string; };