UNPKG

oadp-material

Version:
23 lines (22 loc) 676 B
import * as React from 'react'; import './index.scss'; export interface OadpEntityButtonCreateProps { name?: string; id?: string; page?: string; entity?: string; tableComponentRefId?: string; label?: string; type?: 'primary' | 'secondary' | 'normal'; size?: 'small' | 'medium' | 'large'; text?: boolean; disabled?: boolean; style?: React.CSSProperties; onClick?: any; __designMode?: string; } export declare class OadpEntityButtonCreate extends React.Component<OadpEntityButtonCreateProps, any> { constructor(props: OadpEntityButtonCreateProps); render(): React.JSX.Element; } export default OadpEntityButtonCreate;