UNPKG

@svta/common-media-library

Version:
5 lines 314 B
import type { SfBareItem } from '../SfBareItem.js'; import type { SfDecodeOptions } from '../SfDecodeOptions.js'; import type { ParsedValue } from './ParsedValue.js'; export declare function parseBareItem(src: string, options?: SfDecodeOptions): ParsedValue<SfBareItem>; //# sourceMappingURL=parseBareItem.d.ts.map