UNPKG

194 BTypeScriptView Raw
1import { Component } from "react";
2import { CustomPickerProps } from "../../..";
3
4export type AlphaProps = CustomPickerProps<Alpha>;
5
6export default class Alpha extends Component<AlphaProps> {}