UNPKG

@workday/canvas-kit-docs

Version:

Documentation components of Canvas Kit components

6 lines 254 B
export interface InstallBlockProps { command?: string; packageName?: string; } export declare const InstallBlock: ({ command, packageName }: InstallBlockProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=installBlock.d.ts.map