UNPKG

@servicetitan/assist-ui

Version:

ServiceTitan Assist UI Components

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