gather-content-ui
Version:
GatherContent UI Library
13 lines • 361 B
TypeScript
import { Component } from "react";
declare class Other extends Component {
static defaultProps: {
value: string;
checked: boolean;
disabled: boolean;
};
input: any;
componentDidUpdate(prevProps: any): void;
render(): import("react/jsx-runtime").JSX.Element;
}
export default Other;
//# sourceMappingURL=Other.d.ts.map