UNPKG

@servicetitan/assist-ui

Version:

ServiceTitan Atlas UI Components

9 lines 287 B
import { FC, PropsWithChildren } from 'react'; export interface WelcomeProps { onContinue: () => void; title?: string; subtitle?: string; continueButtonId?: string; } export declare const Welcome: FC<PropsWithChildren<WelcomeProps>>; //# sourceMappingURL=welcome.d.ts.map