UNPKG

@yandex/themekit

Version:

Build system of design-tokens for any platforms

6 lines (5 loc) 173 B
import type { RawToken } from '@yandex/themekit-core'; /** * Loads theme sources. */ export declare function loadSources(paths: string[], exclude?: string[]): RawToken[];