@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
9 lines • 417 B
TypeScript
import type { InputBoxProps } from '@rocket.chat/fuselage';
import type { ReactNode } from 'react';
declare const WorkspaceUrlInput: import("react").ForwardRefExoticComponent<Omit<InputBoxProps, "type"> & {
addon?: ReactNode;
error?: string | undefined;
domain: string;
} & import("react").RefAttributes<HTMLInputElement>>;
export default WorkspaceUrlInput;
//# sourceMappingURL=WorkspaceUrlInput.d.ts.map