flowbite-svelte
Version:
Flowbite components for Svelte
14 lines (13 loc) • 525 B
TypeScript
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#L1440)
* ## Props
* @prop class: className
* @prop classes
* @prop ...restProps
*/
declare const TestimonialPlaceholder: import("svelte").Component<TestimonialPlaceholderProps, {}, "">;
type TestimonialPlaceholder = ReturnType<typeof TestimonialPlaceholder>;
export default TestimonialPlaceholder;