@twilio/flex-ui
Version:
Twilio Flex UI
10 lines (9 loc) • 337 B
TypeScript
interface CustomerProfileViewLoadingSkeletonProps {
elements?: number;
}
declare const CustomerProfileViewLoadingSkeleton: {
({ elements }: CustomerProfileViewLoadingSkeletonProps): JSX.Element;
displayName: string;
defaultProps: CustomerProfileViewLoadingSkeletonProps;
};
export { CustomerProfileViewLoadingSkeleton };