UNPKG

@typedly/affix

Version:

A TypeScript type definitions package for affix.

5 lines (4 loc) 274 B
export type { AffixConfiguration } from './affix-configuration.interface'; export type { AffixConstructor } from './affix-constructor.interface'; export type { AffixOptions } from './affix-options.interface'; export type { AffixSettings } from './affix-settings.interface';