UNPKG

@twilio/flex-ui

Version:

Twilio Flex UI

7 lines (6 loc) 261 B
import { templates } from "../../../templates"; interface SearchResultLoadingProps { stringTemplate: keyof typeof templates; } declare const SearchResultLoading: ({ stringTemplate }: SearchResultLoadingProps) => JSX.Element; export { SearchResultLoading };