UNPKG

@workday/canvas-kit-docs

Version:

Documentation components of Canvas Kit components

7 lines 259 B
import React from 'react'; export interface InstallBlockProps { command?: string; packageName?: string; } export declare const InstallBlock: ({ command, packageName }: InstallBlockProps) => React.JSX.Element; //# sourceMappingURL=installBlock.d.ts.map