UNPKG

@ywfe/materials-design

Version:
10 lines (9 loc) 253 B
import { Component } from 'react'; import type { Payload } from '@ywfe/yw-design'; interface DispatchSetterProps { defaultValue: Payload | null; } export default class extends Component<DispatchSetterProps> { render(): JSX.Element; } export {};