UNPKG

@svta/common-media-library

Version:
6 lines 384 B
import type { SfDecodeOptions } from '../SfDecodeOptions.js'; import type { SfInnerList } from '../SfInnerList.js'; import type { SfItem } from '../SfItem.js'; import type { ParsedValue } from './ParsedValue.js'; export declare function parseItemOrInnerList(src: string, options?: SfDecodeOptions): ParsedValue<SfItem | SfInnerList>; //# sourceMappingURL=parseItemOrInnerList.d.ts.map