mirror of
https://github.com/chenasraf/redar-browser.git
synced 2026-05-18 01:59:00 +00:00
8 lines
89 B
TypeScript
8 lines
89 B
TypeScript
export interface IProps {
|
|
className?: string
|
|
}
|
|
|
|
export interface IState {
|
|
// state
|
|
}
|