UNPKG

1.53 kBSource Map (JSON)View Raw
1{"version":3,"file":"DocumentCardLogo.types.js","sourceRoot":"../src/","sources":["components/DocumentCard/DocumentCardLogo.types.ts"],"names":[],"mappings":"","sourcesContent":["import * as React from 'react';\nimport { IStyle, ITheme } from '../../Styling';\nimport { IRefObject, IStyleFunctionOrObject } from '../../Utilities';\nimport { DocumentCardLogoBase } from './DocumentCardLogo.base';\n\n/**\n * {@docCategory DocumentCard}\n */\nexport interface IDocumentCardLogo {}\n\n/**\n * {@docCategory DocumentCard}\n */\nexport interface IDocumentCardLogoProps extends React.ClassAttributes<DocumentCardLogoBase> {\n /**\n * Gets the component ref.\n */\n componentRef?: IRefObject<IDocumentCardLogo>;\n /**\n * Describes DocumentCard Logo badge.\n */\n logoIcon: string;\n\n /**\n * Describe Logo name, optional.\n */\n logoName?: string;\n\n /**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n styles?: IStyleFunctionOrObject<IDocumentCardLogoStyleProps, IDocumentCardLogoStyles>;\n\n /**\n * Theme provided by HOC.\n */\n theme?: ITheme;\n\n /**\n * Optional override class name\n */\n className?: string;\n}\n\n/**\n * {@docCategory DocumentCard}\n */\nexport interface IDocumentCardLogoStyleProps {\n /**\n * Accept theme prop.\n */\n theme: ITheme;\n\n /**\n * Optional override class name\n */\n className?: string;\n}\n\n/**\n * {@docCategory DocumentCard}\n */\nexport interface IDocumentCardLogoStyles {\n root: IStyle;\n}\n"]}
\No newline at end of file