|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
327 bytes
|
| Line | |
|---|
| 1 | import { ComplexFormatterOptions, FormatterType } from './FormatterFactory';
|
|---|
| 2 | declare type ComplexFormatterPreferences<T extends FormatterType = FormatterType> = {
|
|---|
| 3 | type: T;
|
|---|
| 4 | options?: ComplexFormatterOptions<T>;
|
|---|
| 5 | };
|
|---|
| 6 | declare type FormatterOptions = FormatterType | ComplexFormatterPreferences;
|
|---|
| 7 | export { FormatterOptions };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.