You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
260 B

4 years ago
  1. import { ASTNode } from './utils';
  2. export interface AssetURLOptions {
  3. [name: string]: string | string[];
  4. }
  5. declare const _default: (userOptions?: AssetURLOptions | undefined) => {
  6. postTransformNode: (node: ASTNode) => void;
  7. };
  8. export default _default;