UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

5 lines (4 loc) 182 B
import { TypedHash } from "../entities/TypedHash"; export declare namespace Style { function classNames(...classes: Array<string | string[] | TypedHash<boolean>>): string; }