UNPKG

@servicetitan/assist-ui

Version:

ServiceTitan Atlas UI Components

8 lines 257 B
import { FC, PropsWithChildren } from 'react'; export interface ContentProps { itemsLength: number; loading?: boolean; className?: string; } export declare const Content: FC<PropsWithChildren<ContentProps>>; //# sourceMappingURL=content.d.ts.map