UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

14 lines (11 loc) 224 B
enum RecorderTagEnum { MASK = 'mask', UNMASK = 'unmask' } export type RecorderTag = RecorderTagEnum | `${RecorderTagEnum}`; export interface RecorderProps { /** * Recorder tag */ recorderTag?: RecorderTag; }