UNPKG

@yext/search-ui-react

Version:

A library of React Components for powering Yext Search integrations

7 lines (6 loc) 136 B
/** * The default type for "rawData" field of type Result. * * @public */ export type DefaultRawDataType = Record<string, unknown>;