UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

13 lines (12 loc) 508 B
import { type TestimonialPlaceholderProps } from ".."; /** * [Go to docs](https://flowbite-svelte.com/) * ## Type * [TestimonialPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1446) * ## Props * @prop class: className * @prop ...restProps */ declare const TestimonialPlaceholder: import("svelte").Component<TestimonialPlaceholderProps, {}, "">; type TestimonialPlaceholder = ReturnType<typeof TestimonialPlaceholder>; export default TestimonialPlaceholder;