UNPKG

@workday/canvas-kit-docs

Version:

Documentation components of Canvas Kit components

7 lines 253 B
import React from 'react'; export interface SpecificationsProps { file: string; name?: string; } export declare const Specifications: ({ file, name }: SpecificationsProps) => React.JSX.Element | null; //# sourceMappingURL=Specifications.d.ts.map