A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://unpkg.com/browse/@beamwind/core/types/core.d.ts below:

UNPKG

41 lines (31 loc) • 2.07 kB

TypeScript

import { Hasher, InjectorConfig, Injector, ConfigurationOptions, Instance, Prefixer, Mode, PluginApply, Declarations, ClassNameCreator, ThemeResolver } from '@beamwind/types'; declare const cyrb32: Hasher; declare const virtualInjector: ({ target }?: InjectorConfig<string[]>) => Injector<string[]>; declare const cssomInjector: ({ nonce, target, }?: InjectorConfig<CSSStyleSheet>) => Injector<CSSStyleSheet>; declare const noOpInjector: () => Injector<null>; declare const createInstance: (options?: ConfigurationOptions | ConfigurationOptions[] | undefined) => Instance; declare const autoprefix: Prefixer; declare const noprefix: Prefixer; declare const mode: (report: (message: string) => void) => Mode; declare const warn: Mode; declare const strict: Mode; declare const join: (parts: readonly string[], separator?: string) => string; declare const tail: <T extends string | readonly unknown[]>(array: T, startIndex?: number) => T; declare const apply: PluginApply; declare const corners: (value: string | string[] | undefined, position: string, prefix?: string | undefined, suffix?: string | undefined) => Declarations | undefined; declare const expandEdges: (key: string) => string[] | undefined; declare const edges: (value: string | string[] | undefined, position: string, prefix?: string | undefined, suffix?: string | undefined) => Declarations | undefined; declare const bw: ClassNameCreator; declare const setup: (options?: ConfigurationOptions | ConfigurationOptions[] | undefined) => void; declare const theme: ThemeResolver; export { apply, autoprefix, bw, corners, createInstance, cssomInjector, cyrb32, edges, expandEdges, join, mode, noOpInjector, noprefix, setup, strict, tail, theme, virtualInjector, warn };


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4